menu
nylo_support package
documentation
helpers/src/str.dart
Str
kebab static method
kebab static method
dark_mode
light_mode
kebab
static method
String
kebab
(
String
value
)
Converts
value
to kebab-case.
Implementation
static String kebab(String value) => value.paramCase;
nylo_support package
documentation
helpers/src/str
Str
kebab static method
Str class