ListStreamObjectsResponse constructor
ListStreamObjectsResponse({
- String? nextPageToken,
- List<
StreamObject> ? streamObjects,
Implementation
ListStreamObjectsResponse({this.nextPageToken, this.streamObjects});