menu
bipul_cli package
documentation
commands/create/feature_command.dart
FeatureCommand
formatName method
formatName method
dark_mode
light_mode
formatName
method
@
override
String
formatName
(
String
name
)
override
Implementation
@override String formatName(String name) { return ReCase(name).pascalCase; }
bipul_cli package
documentation
commands/create/feature_command
FeatureCommand
formatName method
FeatureCommand class