toLowerDotCase method

String toLowerDotCase()

Converts the string to lower.dot.case. (alias for toDotCase).

Implementation

String toLowerDotCase() => toDotCase();