ChannelAbout constructor
const
ChannelAbout()
Implementation
const factory ChannelAbout(
/// Full channel description.
String? description,
/// Channel view count.
int? viewCount,
/// Channel join date.
/// Formatted as: Gen 01, 2000
String? joinDate,
/// Channel title.
String title,
/// Channel thumbnails.
List<Thumbnail> thumbnails,
/// Channel country.
String? country,
/// Channel links.
List<ChannelLink> channelLinks,
) = _ChannelAbout;