DOMAttributeValueTemplate class
Attribute value when has template syntax: {{...}}
- Inheritance
- 
    - Object
- DOMAttributeValue
- DOMAttributeValueString
- DOMAttributeValueTemplate
 
Constructors
- DOMAttributeValueTemplate(Object? value)
Properties
- asAttributeValue → String?
- 
  
  no setterinherited
- 
  asAttributeValues
  → List<String> ?
- 
  
  no setterinherited
- hasAttributeValue → bool
- 
  Returns trueif 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 valueand returnstrueif this instance contains it.inherited
- 
  equalsAttributeValue(Object? value) → bool 
- 
  Parses valueand returnstrueif 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 valueand sets this instances value.override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited