isUpper property

bool get isUpper

Checks if the string is in uppercase.

Implementation

bool get isUpper => this == toUpperCase();