menu
faker_x package
documentation
faker_x.dart
StringTransformers
toUpperCase static method
toUpperCase static method
dark_mode
light_mode
toUpperCase
static method
String
toUpperCase
(
String
string
)
Implementation
static String toUpperCase(String string) => string.toUpperCase();
faker_x package
documentation
faker_x
StringTransformers
toUpperCase static method
StringTransformers class