arguments property

List<ParameterData> arguments
final

The arguments of execute, in the order they appear.

Implementation

final List<ParameterData<dynamic>> arguments = [];