equals method
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);