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