isUpper property

bool isUpper

check string is in upper case or not

Implementation

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