ListChannelsResponse constructor

ListChannelsResponse({
  1. List<ChannelSummary>? channels,
  2. String? nextToken,
})

Implementation

ListChannelsResponse({
  this.channels,
  this.nextToken,
});