toDotCase method

String toDotCase()

Converts the string to dot.case.

Implementation

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