category property Null safety
inherited
The command's category.
Displayed in parent's CommandRunner.usage
. Commands with categories
will be grouped together, and displayed after commands without a category.
Implementation
String get category => '';