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