AttributeName class

Implemented types

Constructors

AttributeName(String? prefix, String name, String namespace)
const

Properties

hashCode → int
The hash code for this object.
no setteroverride
name → String
The attribute name, e.g. title.
final
namespace → String
The namespace url, e.g. http://www.w3.org/1999/xlink
final
prefix → String?
The namespace prefix, e.g. xlink.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Object other) → int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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