ListStreamsResponse constructor

ListStreamsResponse({
  1. String? nextToken,
  2. List<StreamSummary>? streams,
})

Implementation

ListStreamsResponse({
  this.nextToken,
  this.streams,
});