command property
The command that was selected, or null
if none was.
This will contain the options that were selected for that command.
Implementation
@override
ArgResults? get command => _argResults.command;
The command that was selected, or null
if none was.
This will contain the options that were selected for that command.
@override
ArgResults? get command => _argResults.command;