SubscriptionSubscriberSnippet constructor

SubscriptionSubscriberSnippet({
  1. String? channelId,
  2. String? description,
  3. ThumbnailDetails? thumbnails,
  4. String? title,
})

Implementation

SubscriptionSubscriberSnippet({
  this.channelId,
  this.description,
  this.thumbnails,
  this.title,
});