ChannelVideo constructor
const
ChannelVideo()
Implementation
const factory ChannelVideo(
/// Video ID.
VideoId videoId,
/// Video title.
String videoTitle,
/// Video duration
Duration videoDuration,
/// Video thumbnail
String videoThumbnail,
/// Video upload date.
/// Formatted like 10 hours ago
String videoUploadDate,
/// Video view count.
int videoViews,
) = _ChannelVideo;