fullName property

String get fullName

The full category:name form used to run the command.

Implementation

String get fullName => '${category ?? ''}:${name ?? ''}';