ListChannelsResponse constructor
ListChannelsResponse({
- List<
ChannelSummary> ? channelSummaries, - String? nextToken,
Implementation
ListChannelsResponse({
this.channelSummaries,
this.nextToken,
});