toUpperCase method

String toUpperCase()

Implementation

String toUpperCase() => value.toUpperCase();