ListChannelsResponse constructor

ListChannelsResponse({
  1. List<Channel>? channels,
  2. String? nextPageToken,
})

Implementation

ListChannelsResponse({this.channels, this.nextPageToken});