ChannelSnippet constructor
ChannelSnippet({
- String? country,
- String? customUrl,
- String? defaultLanguage,
- String? description,
- ChannelLocalization? localized,
- DateTime? publishedAt,
- ThumbnailDetails? thumbnails,
- String? title,
Implementation
ChannelSnippet({
this.country,
this.customUrl,
this.defaultLanguage,
this.description,
this.localized,
this.publishedAt,
this.thumbnails,
this.title,
});