Channel constructor
const
Channel()
Implementation
const factory Channel(
/// Channel ID.
ChannelId id,
/// Channel title.
String title,
/// URL of the channel's logo image.
String logoUrl,
/// URL of the channel's banner image.
String bannerUrl,
/// The (approximate) channel subscriber's count.
int? subscribersCount,
) = _Channel;