allInCaps property

String get allInCaps

Capitalize all letters

Implementation

String get allInCaps => toUpperCase();