Snippet constructor
const
Snippet({})
Implementation
const Snippet({
this.publishedAt,
this.channelId,
this.title,
this.description,
this.thumbnails,
this.channelTitle,
this.liveBroadcastContent,
this.publishTime,
});