fullName property
String
get
fullName
The full category:name form used to run the command.
Implementation
String get fullName => '${category ?? ''}:${name ?? ''}';
The full category:name form used to run the command.
String get fullName => '${category ?? ''}:${name ?? ''}';