allInCaps property

String allInCaps

All characters in CAPS

Implementation

String get allInCaps => this.toUpperCase();