containsLowercase method

bool containsLowercase()

Implementation

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