ChannelSnippet constructor

ChannelSnippet({
  1. String? country,
  2. String? customUrl,
  3. String? defaultLanguage,
  4. String? description,
  5. ChannelLocalization? localized,
  6. DateTime? publishedAt,
  7. ThumbnailDetails? thumbnails,
  8. String? title,
})

Implementation

ChannelSnippet({
  this.country,
  this.customUrl,
  this.defaultLanguage,
  this.description,
  this.localized,
  this.publishedAt,
  this.thumbnails,
  this.title,
});