SearchResult.channel constructor
const
SearchResult.channel()
Metadata related to a search query result (channel)
Implementation
const factory SearchResult.channel(
/// Channel id.
ChannelId id,
/// Channel name.
String name,
/// Description snippet.
/// Can be empty.
String description,
/// Channel uploaded videos.
int videoCount,
/// Channel thumbnails.
List<Thumbnail> thumbnails,
) = SearchChannel;