isLowercase property

bool get isLowercase

Check if the string is lowercase

Implementation

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