VideoPlaybackDetails constructor
Implementation
VideoPlaybackDetails(
{required this.videoId,
this.duration,
this.caption,
this.badge,
this.playerSize,
this.hasCTA,
this.progress,
this.ctaActionType,
this.ctaActionURL,
this.feedId});