equals method

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

Implementation

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