toUpperDotCase method

String toUpperDotCase()

Converts the string to UPPER.DOT.CASE.

Implementation

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