LiveBroadcast constructor

LiveBroadcast({
  1. LiveBroadcastContentDetails? contentDetails,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. LiveBroadcastMonetizationDetails? monetizationDetails,
  6. LiveBroadcastSnippet? snippet,
  7. LiveBroadcastStatistics? statistics,
  8. LiveBroadcastStatus? status,
})

Implementation

LiveBroadcast({
  this.contentDetails,
  this.etag,
  this.id,
  this.kind,
  this.monetizationDetails,
  this.snippet,
  this.statistics,
  this.status,
});