ChannelAbout class

YouTube channel's about page metadata.

Annotations
  • @freezed

Constructors

ChannelAbout(String? description, int? viewCount, String? joinDate, String title, List<Thumbnail> thumbnails, String? country, List<ChannelLink> channelLinks)
const
factory

Properties

Channel links.
no setterinherited
copyWith → $ChannelAboutCopyWith<ChannelAbout>
no setterinherited
country String?
Channel country.
no setterinherited
description String?
Full channel description.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
joinDate String?
Channel join date. Formatted as: Gen 01, 2000
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails List<Thumbnail>
Channel thumbnails.
no setterinherited
title String
Channel title.
no setterinherited
viewCount int?
Channel view count.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited