SubscriptionSnippet constructor
SubscriptionSnippet({
- String? channelId,
- String? channelTitle,
- String? description,
- DateTime? publishedAt,
- ResourceId? resourceId,
- ThumbnailDetails? thumbnails,
- String? title,
Implementation
SubscriptionSnippet({
this.channelId,
this.channelTitle,
this.description,
this.publishedAt,
this.resourceId,
this.thumbnails,
this.title,
});