category property

  1. @override
String category
override

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

@override
String get category => 'Granular';