ThumbnailSet class

Set of thumbnails for a video.

Annotations
  • @freezed

Constructors

ThumbnailSet(String videoId)
Initializes an instance of ThumbnailSet
const
factory

Properties

copyWith → $ThumbnailSetCopyWith<ThumbnailSet>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
highResUrl String
High resolution thumbnail URL.
no setter
lowResUrl String
Low resolution thumbnail URL.
no setter
maxResUrl String
Max resolution thumbnail URL. Not always available.
no setter
mediumResUrl String
Medium resolution thumbnail URL.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardResUrl String
Standard resolution thumbnail URL. Not always available.
no setter
videoId String
Video id.
no setterinherited

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