ThumbnailDetails class

Internal representation of thumbnails for a YouTube resource.

Constructors

ThumbnailDetails({Thumbnail? default_, Thumbnail? high, Thumbnail? maxres, Thumbnail? medium, Thumbnail? standard})
ThumbnailDetails.fromJson(Map json_)

Properties

default_ Thumbnail?
The default image for this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
high Thumbnail?
The high quality image for this resource.
getter/setter pair
maxres Thumbnail?
The maximum resolution quality image for this resource.
getter/setter pair
medium Thumbnail?
The medium quality image for this resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standard Thumbnail?
The standard quality image for this resource.
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