isLowerCase property

bool isLowerCase

Check if string is lowercase

Implementation

bool get isLowerCase => hasMatch(r'^[a-z]+$');