isLower property

bool get isLower

check string is in lower case or not

Implementation

bool get isLower => FxString.isLower(this);