ChannelSectionSnippet class
Basic details about a channel section, including title, style and position.
Constructors
- ChannelSectionSnippet({String? channelId, String? defaultLanguage, ChannelSectionLocalization? localized, int? position, String? style, String? title, String? type})
- ChannelSectionSnippet.fromJson(Map json_)
Properties
- channelId ↔ String?
-
The ID that YouTube uses to uniquely identify the channel that published
the channel section.
getter/setter pair
- defaultLanguage ↔ String?
-
The language of the channel section's default title and description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- localized ↔ ChannelSectionLocalization?
-
Localized title, read-only.
getter/setter pair
- position ↔ int?
-
The position of the channel section in the channel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ String?
-
The style of the channel section.
Possible string values are:
getter/setter pair
- title ↔ String?
-
The channel section's title for multiple_playlists and multiple_channels.
getter/setter pair
- type ↔ String?
-
The type of the channel section.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited