toUpperCase method

String toUpperCase()

Implementation

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