isLower property
bool
get
isLower
Checks if the string is in lowercase.
Implementation
bool get isLower => this == toLowerCase();
Checks if the string is in lowercase.
bool get isLower => this == toLowerCase();