equals method

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

Implementation

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