FeedItemDetails constructor
FeedItemDetails({ - int? index,
- required String id,
- double? duration,
- String? title,
- required VideoFeedSource source,
- String? channel,
- String? playlist,
- String? playlistGroup,
- VideoType? videoType,
- LiveStreamStatus? liveStreamStatus,
- 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.videoType,
this.liveStreamStatus,
this.dynamicContentParameters,
this.hashtagFilterExpression,
});