hasEqualProperties method

  1. @protected
  2. @mustCallSuper
bool hasEqualProperties(
  1. 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;