isLowerCase property
bool
get
isLowerCase
Returns true
if the string is all lowercase.
Implementation
bool get isLowerCase => this == toLowerCase();
Returns true
if the string is all lowercase.
bool get isLowerCase => this == toLowerCase();