cIsLowerCase property
bool
get
cIsLowerCase
Checks if the string is in all lowercase.
Implementation
bool get cIsLowerCase {
return this == (this).toLowerCase();
}
Checks if the string is in all lowercase.
bool get cIsLowerCase {
return this == (this).toLowerCase();
}