LiveStreamListResponse constructor Null safety
- String kind,
- String etag,
- PageInfo pageInfo,
- List<
LiveStreamItem> items, - String? id
Implementation
LiveStreamListResponse(
this.kind, this.etag, this.pageInfo, this.items, this.id);
LiveStreamListResponse(
this.kind, this.etag, this.pageInfo, this.items, this.id);