allInCaps property

String get allInCaps

All characters in CAPS

Implementation

String get allInCaps => this.toUpperCase();