ListChannelsResponse constructor

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

Implementation

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