menu
nylo_support package
documentation
helpers/src/str.dart
Str
title static method
title static method
dark_mode
light_mode
title
static method
String
title
(
String
value
)
Converts
value
to "Title Case".
Implementation
static String title(String value) => value.titleCase;
nylo_support package
documentation
helpers/src/str
Str
title static method
Str class