isUppercase property

bool get isUppercase

Check if the string is uppercase

Implementation

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