ListCustomChannelsResponse constructor
ListCustomChannelsResponse({
- List<
CustomChannel> ? customChannels, - String? nextPageToken,
Implementation
ListCustomChannelsResponse({this.customChannels, this.nextPageToken});