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