argumentTypes property

List<RuntimeType> argumentTypes
final

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

Implementation

final List<RuntimeType<dynamic>> argumentTypes = [];