FeedItemDetails constructor
FeedItemDetails(- {int? index,
- required String id,
- double? duration,
- String? title,
- required VideoFeedSource source,
- String? channel,
- String? playlist,
- String? playlistGroup,
- Map<String, List<String>>? dynamicContentParameters,
- String? hashtagFilterExpression}
)
Implementation
FeedItemDetails({
this.index,
required this.id,
this.duration,
this.title,
required this.source,
this.channel,
this.playlist,
this.playlistGroup,
this.dynamicContentParameters,
this.hashtagFilterExpression,
});