hasUppercase method

bool hasUppercase()

Implementation

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