ListStreamsResponse constructor

ListStreamsResponse({
  1. String? nextPageToken,
  2. List<Stream>? streams,
  3. List<String>? unreachable,
})

Implementation

ListStreamsResponse({
  this.nextPageToken,
  this.streams,
  this.unreachable,
});