equals method

  1. @override
bool? equals(
  1. StepNode self,
  2. StepNode other
)

Implementation

@override bool? equals(StepNode self, StepNode other) => true;