equals method

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

Implementation

@override bool equals(p4.GetChannelsBody self, p4.GetChannelsBody other) => Mapper.isEqual(self.page, other.page) && Mapper.isEqual(self.resultsPerPage, other.resultsPerPage) && Mapper.isEqual(self.channelCount, other.channelCount) && Mapper.isEqual(self.channels, other.channels);