VideoSnippet constructor
      const
      VideoSnippet({})
     
    
    
Implementation
const VideoSnippet({
  super.publishedAt,
  super.channelId,
  super.title,
  super.description,
  super.thumbnails,
  super.channelTitle,
  this.tags,
  this.category,
  this.liveBroadcastContent,
  super.defaultLanguage,
  this.defaultAudioLanguage,
});