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