YtVideo constructor
YtVideo({})
Implementation
YtVideo({
required this.videoType,
required this.durationRaw,
required this.duration,
required this.artists,
required this.views,
required this.thumbnailData,
required this.year,
required this.isAvailable,
required super.id,
required super.title,
}) : super(type: YtObjectType.VIDEO);