hasLowercase property

bool get hasLowercase

Implementation

bool get hasLowercase => RegExp(r'[a-z]').hasMatch(this);