equals method

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

Implementation

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