Link class

Provides information for the object link. This is supposed to be an atom:link, therefore it should have all attributes specified here http://tools.ietf.org/html/rfc4287#section-4.2.7.

Implemented types
Implementers

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
getter/setter pair
rel String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
type String?
getter/setter pair

Methods

deserialize(Map<String, dynamic>? json) → void
override
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

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