containsUppercase method

bool containsUppercase()

Implementation

bool containsUppercase() => RegExp('[A-Z]').hasMatch(this ?? '');