Link class
Links object defined in section 4.2 of RFC 7483.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- href ↔ String?
-
Target URL of a link.
getter/setter pair
- hreflang ↔ String?
-
Language code of a link.
getter/setter pair
- media ↔ String?
-
Media type of the link destination.
getter/setter pair
- rel ↔ String?
-
Relation type of a link.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
Title of this link.
getter/setter pair
- type ↔ String?
-
Content type of the link.
getter/setter pair
- value ↔ String?
-
URL giving context for the link.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited