Image class

Information related to an image attached to an entry or feed.

Constructors

Image(String url)
Creates a new Image object from an url
Image.fromXml(XmlElement node)
Creates a new Image object from an XmlElement
factory
Image.fromXmlAttributes(XmlElement node)
Creates a new Image object from an XmlElement but using the attributes instead of the child elements (RSS Media)
factory

Properties

description String?
Image's description
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height String?
Image's height
getter/setter pair
Link pointing to the image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
Specifies the time offset in relation to the media object.
getter/setter pair
title String?
Image's title
getter/setter pair
url String
URL to the image
final
width String?
Image's width
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited