ChannelSnippet class

Inheritance

Constructors

ChannelSnippet({DateTime? publishedAt, String? title, String? description, Map<ThumbnailResolution, Thumbnail>? thumbnails, String? defaultLanguage, String? customUrl, String? country})
const
ChannelSnippet.fromJsonData(Map<String, dynamic> data)
factory

Properties

country String?
The country with which the channel is associated. To set this property's value, update the value of the brandingSettings.channel.country property.
final
customUrl String?
The channel's custom URL. The YouTube Help Center explains eligibility requirements for getting a custom URL as well as how to set up the URL.
final
defaultLanguage String?
The language of the text in the video resource's snippet.title and snippet.description properties.
finalinherited
description String?
The video's description. The property value has a maximum length of 5000 bytes and may contain all valid UTF-8 characters except < and >.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
publishedAt DateTime?
The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. For example, if a video is uploaded as a private video and then made public at a later time, this property will specify the time that the video was made public.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails Map<ThumbnailResolution, Thumbnail>?
A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
finalinherited
title String?
The video's title. The property value has a maximum length of 100 characters and may contain all valid UTF-8 characters except < and >. You must set a value for this property if you call the videos.update method and are updating the snippet part of a video resource.
finalinherited

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