menu
flutter_sound package
documentation
public/util/enum_helper.dart
EnumHelper
reCase static method
reCase static method
dark_mode
light_mode
reCase
static method
String
reCase
(
String
value
)
Implementation
static String reCase(String value) { return ReCase(value).titleCase; }
flutter_sound package
documentation
public/util/enum_helper
EnumHelper
reCase static method
EnumHelper class