name property

  1. @override
String? get name

The name of the command for which these options are parsed, or null if these are the top-level results.

Implementation

@override
String? get name => _argResults.name;