HtmlElement class

Constructors

HtmlElement(String tag, List<Node>? children, String textContent)

Properties

attributes Map<String, String>
finalinherited
children List<Node>?
finalinherited
footnoteLabel String?
getter/setter pairinherited
generatedId String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether this element is self-closing.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
finalinherited
textContent String
final

Methods

accept(NodeVisitor visitor) → void
inherited
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