ChannelSettings class
Branding properties for the channel view.
Constructors
-
ChannelSettings({String? country, String? defaultLanguage, String? defaultTab, String? description, String? featuredChannelsTitle, List<
String> ? featuredChannelsUrls, String? keywords, bool? moderateComments, String? profileColor, bool? showBrowseView, bool? showRelatedChannels, String? title, String? trackingAnalyticsAccountId, String? unsubscribedTrailer}) - ChannelSettings.fromJson(Map json_)
Properties
- country ↔ String?
-
The country of the channel.
getter/setter pair
- defaultLanguage ↔ String?
-
getter/setter pair
- defaultTab ↔ String?
-
Which content tab users should see when viewing the channel.
getter/setter pair
- description ↔ String?
-
Specifies the channel description.
getter/setter pair
- featuredChannelsTitle ↔ String?
-
Title for the featured channels tab.
getter/setter pair
-
featuredChannelsUrls
↔ List<
String> ? -
The list of featured channels.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keywords ↔ String?
-
Lists keywords associated with the channel, comma-separated.
getter/setter pair
- moderateComments ↔ bool?
-
Whether user-submitted comments left on the channel page need to be
approved by the channel owner to be publicly visible.
getter/setter pair
- profileColor ↔ String?
-
A prominent color that can be rendered on this channel page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBrowseView ↔ bool?
-
Whether the tab to browse the videos should be displayed.
getter/setter pair
- showRelatedChannels ↔ bool?
-
Whether related channels should be proposed.
getter/setter pair
- title ↔ String?
-
Specifies the channel title.
getter/setter pair
- trackingAnalyticsAccountId ↔ String?
-
The ID for a Google Analytics account to track and measure traffic to the
channels.
getter/setter pair
- unsubscribedTrailer ↔ String?
-
The trailer of the channel, for users that are not subscribers.
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