Attribution class

Holds all the data on a URL address to an external resource.

Constructors

Attribution(String id, String text, AttributionType type)

Properties

hashCode → int
The hash code for this object.
no setter
href ↔ String?
An URL address that links to a particular resource.
getter/setter pair
hrefText ↔ String?
The interactive (or clickable) portion of the text. If not present (default), the entire content of the text attribute will be considered.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
text ↔ String
Text describing the url address (e.g. The example website).
getter/setter pair
type AttributionType
Attribution link type.
getter/setter pair

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.