isLower property

bool get isLower

Checks if the string is in lowercase.

Implementation

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