VideoFull constructor
VideoFull({})
Implementation
VideoFull({
required this.type,
required this.videoId,
required this.name,
required this.artist,
required this.duration,
required this.thumbnails,
required this.unlisted,
required this.familySafe,
required this.paid,
required this.tags,
});