hasEqualProperties method Null safety
- covariant Parser other
Compare the properties of two parsers.
Override this method in all subclasses that add new state.
Implementation
@protected
@mustCallSuper
bool hasEqualProperties(covariant Parser other) => true;