LiveBroadcastSnippet constructor

LiveBroadcastSnippet({
  1. DateTime? actualEndTime,
  2. DateTime? actualStartTime,
  3. String? channelId,
  4. String? description,
  5. bool? isDefaultBroadcast,
  6. String? liveChatId,
  7. DateTime? publishedAt,
  8. DateTime? scheduledEndTime,
  9. DateTime? scheduledStartTime,
  10. ThumbnailDetails? thumbnails,
  11. String? title,
})

Implementation

LiveBroadcastSnippet({
  this.actualEndTime,
  this.actualStartTime,
  this.channelId,
  this.description,
  this.isDefaultBroadcast,
  this.liveChatId,
  this.publishedAt,
  this.scheduledEndTime,
  this.scheduledStartTime,
  this.thumbnails,
  this.title,
});