isEqualTo method
Compares the two predicates for equality.
Implementation
@override
bool isEqualTo(CharacterPredicate other) => other is UppercaseCharPredicate;
Compares the two predicates for equality.
@override
bool isEqualTo(CharacterPredicate other) => other is UppercaseCharPredicate;