ListCustomChannelsResponse constructor

ListCustomChannelsResponse({
  1. List<CustomChannel>? customChannels,
  2. String? nextPageToken,
})

Implementation

ListCustomChannelsResponse({this.customChannels, this.nextPageToken});