isUppercase property
bool
get
isUppercase
Checks if the string is entirely uppercase.
Implementation
bool get isUppercase {
return _isUppercase(this);
}
Checks if the string is entirely uppercase.
bool get isUppercase {
return _isUppercase(this);
}