LiveBroadcast constructor
LiveBroadcast({
- LiveBroadcastContentDetails? contentDetails,
- String? etag,
- String? id,
- String? kind,
- LiveBroadcastMonetizationDetails? monetizationDetails,
- LiveBroadcastSnippet? snippet,
- LiveBroadcastStatistics? statistics,
- LiveBroadcastStatus? status,
Implementation
LiveBroadcast({
this.contentDetails,
this.etag,
this.id,
this.kind,
this.monetizationDetails,
this.snippet,
this.statistics,
this.status,
});