menu
flutter_devops_kit package
documentation
commands/feature_command.dart
FeatureCommand
name property
name property
dark_mode
light_mode
name
property
@
override
String
get
name
override
The name used to invoke the command.
Implementation
@override String get name => 'feat';
flutter_devops_kit package
documentation
commands/feature_command
FeatureCommand
name property
FeatureCommand class