args property

Map<String, dynamic> args

Gets the arguments available to this task from the parent command.

Implementation

Map<String, dynamic> get args => _args;