SubscriptionSubscriberSnippet constructor
SubscriptionSubscriberSnippet({
- String? channelId,
- String? description,
- ThumbnailDetails? thumbnails,
- String? title,
Implementation
SubscriptionSubscriberSnippet({
this.channelId,
this.description,
this.thumbnails,
this.title,
});