argumentTypes property

  1. @Deprecated('Use arguments[].type instead')
List<RuntimeType> argumentTypes
final

The types of the required and positional arguments of execute, in the order they appear.

Implementation

@Deprecated('Use arguments[].type instead')
final List<RuntimeType<dynamic>> argumentTypes = [];