menu
maloc_cli package
documentation
utils/string_utils.dart
StringUtils
toTitleCase static method
toTitleCase static method
dark_mode
light_mode
toTitleCase
static method
String
toTitleCase
(
String
input
)
Implementation
static String toTitleCase(String input) { return ReCase(input).titleCase; }
maloc_cli package
documentation
utils/string_utils
StringUtils
toTitleCase static method
StringUtils class