equals method
Implementation
@override bool equals(p3.Destinations self, p3.Destinations other) => Mapper.isEqual(self.screenDestination, other.screenDestination) && Mapper.isEqual(self.auxDestination, other.auxDestination);
@override bool equals(p3.Destinations self, p3.Destinations other) => Mapper.isEqual(self.screenDestination, other.screenDestination) && Mapper.isEqual(self.auxDestination, other.auxDestination);