hasLowercase method

bool hasLowercase()

Implementation

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