stringify method

  1. @override
String stringify(
  1. GetChannelsBody self
)

Implementation

@override String stringify(p4.GetChannelsBody self) => 'GetChannelsBody(page: ${Mapper.asString(self.page)}, resultsPerPage: ${Mapper.asString(self.resultsPerPage)}, channelCount: ${Mapper.asString(self.channelCount)}, channels: ${Mapper.asString(self.channels)})';