ChannelSnippet class

Basic details about a channel, including title, description and thumbnails.

Constructors

ChannelSnippet({String? country, String? customUrl, String? defaultLanguage, String? description, ChannelLocalization? localized, DateTime? publishedAt, ThumbnailDetails? thumbnails, String? title})
ChannelSnippet.fromJson(Map json_)

Properties

country String?
The country of the channel.
getter/setter pair
customUrl String?
The custom url of the channel.
getter/setter pair
defaultLanguage String?
The language of the channel's default title and description.
getter/setter pair
description String?
The description of the channel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localized ChannelLocalization?
Localized title and description, read-only.
getter/setter pair
publishedAt DateTime?
The date and time that the channel was created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails ThumbnailDetails?
A map of thumbnail images associated with the channel.
getter/setter pair
title String?
The channel's title.
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