menu
nylo_support package
documentation
helpers/src/str.dart
Str
upper static method
upper static method
dark_mode
light_mode
upper
static method
String
upper
(
String
value
)
Uppercases
value
.
Implementation
static String upper(String value) => value.toUpperCase();
nylo_support package
documentation
helpers/src/str
Str
upper static method
Str class