isLowercase property

bool get isLowercase

Checks if the string is entirely lowercase.

Implementation

bool get isLowercase {
  return _isLowercase(this);
}