LiveStream constructor
LiveStream({
- CdnSettings? cdn,
- LiveStreamContentDetails? contentDetails,
- String? etag,
- String? id,
- String? kind,
- LiveStreamSnippet? snippet,
- LiveStreamStatus? status,
Implementation
LiveStream({
this.cdn,
this.contentDetails,
this.etag,
this.id,
this.kind,
this.snippet,
this.status,
});