equals method

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

Implementation

@override bool? equals(VariablesStep self, VariablesStep other) => Mapper.isEqual(self.vars, other.vars);