toUpperDotCase method

String toUpperDotCase()

Converts the string to UPPER.DOT.CASE.

Implementation

String toUpperDotCase() => toDotCase().toUpperCase();