capAll property

String get capAll

Capitalize all letters

Implementation

String get capAll => toUpperCase();