toLowerKebabCase method
Converts the string to lower-kebab-case (alias for toKebabCase).
Implementation
String toLowerKebabCase() => toKebabCase();
Converts the string to lower-kebab-case (alias for toKebabCase).
String toLowerKebabCase() => toKebabCase();