ListUrlChannelsResponse constructor
ListUrlChannelsResponse({
- String? nextPageToken,
- List<
UrlChannel> ? urlChannels,
Implementation
ListUrlChannelsResponse({
this.nextPageToken,
this.urlChannels,
});