Snippet constructor
Snippet({})
Implementation
Snippet({
this.title,
this.description,
this.customUrl,
this.publishedAt,
this.thumbnails,
this.localized,
this.country,
});
Snippet({
this.title,
this.description,
this.customUrl,
this.publishedAt,
this.thumbnails,
this.localized,
this.country,
});