upper property

String get upper

Implementation

String get upper => value.toUpperCase();