PeerLink class

Represents a peer link with type, href, and value attributes.

Constructors

Constructor for creating a PeerLink object.
PeerLink.parse(XmlElement element)
Factory method to parse an XmlElement and create a PeerLink object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
The href attribute value of the peer link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type attribute value of the peer link.
final
value String?
The value of the peer link.
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