ListStreamsOutput constructor
ListStreamsOutput({
- String? nextToken,
- List<
StreamInfo> ? streamInfoList,
Implementation
ListStreamsOutput({
this.nextToken,
this.streamInfoList,
});