isUppercase property

bool get isUppercase

Checks if the string is entirely uppercase.

Implementation

bool get isUppercase {
  return _isUppercase(this);
}