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