VideoPlaybackDetails constructor
VideoPlaybackDetails({ - required String videoId,
- double? duration,
- String? caption,
- String? badge,
- VideoPlayerSize? playerSize,
- bool? hasCTA,
- double? progress,
- String? ctaActionType,
- String? ctaActionURL,
- String? feedId,
- VideoType? videoType,
- LiveStreamStatus? liveStreamStatus,
})
Implementation
VideoPlaybackDetails({
required this.videoId,
this.duration,
this.caption,
this.badge,
this.playerSize,
this.hasCTA,
this.progress,
this.ctaActionType,
this.ctaActionURL,
this.feedId,
this.videoType,
this.liveStreamStatus,
});