ThumbnailDetails class
Internal representation of thumbnails for a YouTube resource.
Constructors
Properties
- default_ ↔ Thumbnail?
-
The default image for this resource.
getter/setter pair
- fhd ↔ Thumbnail?
-
The full high definition (1080p) quality 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
- qhd ↔ Thumbnail?
-
The quad high definition (1440p / 2K) 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
- uhd ↔ Thumbnail?
-
The ultra-high resolution (4K) 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