AtomLink class

Represents a link in the Atom feed.

The AtomLink class corresponds to the "link" element in the Atom feed.

Constructors

Constructor for creating an AtomLink object.
AtomLink.parse(XmlElement element)
Factory method to parse an XmlElement and create an AtomLink object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
The URI of the linked resource.
final
hreflang String?
The language of the linked resource.
final
length int
The length of the linked resource in bytes.
final
rel String?
The relationship between the entry and the linked resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the linked resource.
final
type String?
The media type of the linked resource.
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