LiveBroadcastSnippet constructor

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

Implementation

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