isLowercase property
bool
get
isLowercase
Checks if the string is entirely lowercase.
Implementation
bool get isLowercase {
return _isLowercase(this);
}
Checks if the string is entirely lowercase.
bool get isLowercase {
return _isLowercase(this);
}