toLowerKebabCase method

String toLowerKebabCase()

Converts the string to lower-kebab-case (alias for toKebabCase).

Implementation

String toLowerKebabCase() => toKebabCase();