VideoSnippet constructor

VideoSnippet({
  1. String? categoryId,
  2. String? channelId,
  3. String? channelTitle,
  4. String? defaultAudioLanguage,
  5. String? defaultLanguage,
  6. String? description,
  7. String? liveBroadcastContent,
  8. VideoLocalization? localized,
  9. DateTime? publishedAt,
  10. List<String>? tags,
  11. ThumbnailDetails? thumbnails,
  12. String? title,
})

Implementation

VideoSnippet({
  this.categoryId,
  this.channelId,
  this.channelTitle,
  this.defaultAudioLanguage,
  this.defaultLanguage,
  this.description,
  this.liveBroadcastContent,
  this.localized,
  this.publishedAt,
  this.tags,
  this.thumbnails,
  this.title,
});