AtomLink class
Defines a reference from an entry or feed to a Web resource See https://tools.ietf.org/html/rfc4287#section-4.2.7
Constructors
- AtomLink.new(String? href, String? rel, String? type, String? hreflang, String? title, int length)
- Default constructor for the AtomLink class
- AtomLink.parse(XmlElement element)
-
Parse constructor for the AtomLink class, used when 'parsing' a feed
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- href → String?
-
The URI of the referenced resource
final
- hreflang → String?
-
The language of the referenced resource
final
- length → int
-
The length of the resource, in bytes
final
- rel → String?
-
The link relationship type
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
The human-readable information about the link
final
- type → String?
-
The media type of the referenced 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