menu
bipul_cli package
documentation
commands/create/create_command.dart
CreateCommand
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/create_command
CreateCommand
formatName method
CreateCommand class