Snippet constructor
Snippet({})
Implementation
Snippet({
this.publishedAt,
this.channelId,
this.title,
this.description,
this.thumbnails,
this.channelTitle,
this.playlistId,
this.position,
this.resourceId,
this.videoOwnerChannelTitle,
this.videoOwnerChannelId,
});