equals method

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

Implementation

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