toDotCase method

String toDotCase()

Converts the string to dot.case.

Implementation

String toDotCase() => _extractLowercaseComponents().join('.');