isUpperCase property

bool isUpperCase

Check if string is uppercase

Implementation

bool get isUpperCase => hasMatch(r'^[A-Z]+$');