DOMAttributeValueTemplate class

Attribute value when has template syntax: {{...}}

Inheritance

Constructors

DOMAttributeValueTemplate(Object? value)

Properties

asAttributeValue → String?
no setterinherited
asAttributeValues → List<String>?
no setterinherited
hasAttributeValue → bool
Returns true if has a value.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
length → int
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
template → DOMTemplate
no setter

Methods

containsAttributeValue(Object? value) → bool
Parses value and returns true if this instance contains it.
inherited
equalsAttributeValue(Object? value) → bool
Parses value and returns true if is equals to this instance value.
inherited
getAttributeValue([DOMContext<Object>? domContext, DOMTreeMap<Object>? treeMap]) → String?
Returns the attribute value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttributeValue(Object? value) → void
Parses value and sets this instances value.
override
toString() → String
A string representation of this object.
override

Operators

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