command property

  1. @override
ArgResults? get command

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;