args property

List? args
getter/setter pair

The arguments for the run function

Implementation

List<dynamic>? args;