Thumbnail class

Represents a thumbnail with url, width, height, and time attributes.

Constructors

Thumbnail({String? url, String? width, String? height, String? time})
Constructor for creating a Thumbnail object.
Thumbnail.parse(XmlElement element)
Factory method to parse an XmlElement and create a Thumbnail object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height String?
The height attribute value of the thumbnail.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
The time attribute value of the thumbnail.
final
url String?
The URL attribute value of the thumbnail.
final
width String?
The width attribute value 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