Thumbnail class

The thumbnail of a media element See https://www.rssboard.org/media-rss#media-thumbnail

Constructors

Thumbnail({String? url, String? width, String? height, String? time})
Default constructor for the Thumbnail class
Thumbnail.parse(XmlElement element)
Parse constructor for the Thumbnail class, used when 'parsing' a feed
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height String?
The height of the thumbnail
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
The time of the thumbnail
final
url String?
The url of the thumbnail
final
width String?
The width of the thumbnail
final

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