equals method

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

Implementation

@override bool equals(p3.DestOutMapColl self, p3.DestOutMapColl other) => Mapper.isEqual(self.id, other.id) && Mapper.isEqual(self.destOutMap, other.destOutMap);