ListStreamsResponse constructor
ListStreamsResponse({
- String? nextToken,
- List<
StreamSummary> ? streams,
Implementation
ListStreamsResponse({
this.nextToken,
this.streams,
});