VideoInfo constructor
const
VideoInfo({})
Implementation
const VideoInfo({
required this.url,
required this.title,
required this.imageUrl,
this.resolution,
this.duration,
required this.size,
required this.type,
});