ApptiveLink class

A Link that is found in the _links section of a response

Constructors

Creates a new ApptiveLink. The content/action is reachable via a http call with method against uri
const
ApptiveLink.fromJson(dynamic json)
Creates a ApptiveLink from json Expect uri in a field called href and method in a field called method
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
method String
The http method to use
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The uri to call for the link
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Parses this into a json object
toString() String
A string representation of this object.
override

Operators

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