equals method

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

Implementation

@override bool equals(p3.GetDevicesBody self, p3.GetDevicesBody other) => Mapper.isEqual(self.page, other.page) && Mapper.isEqual(self.resultsPerPage, other.resultsPerPage) && Mapper.isEqual(self.totalDevices, other.totalDevices) && Mapper.isEqual(self.countDevices, other.countDevices) && Mapper.isEqual(self.devices, other.devices);