VideoPlaybackDetails constructor Null safety
Implementation
VideoPlaybackDetails({
required this.videoId,
this.duration,
this.caption,
this.badge,
this.playerSize,
this.hasCTA,
});
VideoPlaybackDetails({
required this.videoId,
this.duration,
this.caption,
this.badge,
this.playerSize,
this.hasCTA,
});