isLower property

bool isLower

check string is in lower case or not

Implementation

bool get isLower => this == toLowerCase();