RegularElement class

Inheritance

Constructors

RegularElement(Token lt, Identifier tagName, Iterable<Attribute> attributes, Token gt, Iterable<ElementChild> children, Token lt2, Token slash, Identifier tagName2, Token? gt2)

Properties

attributes Iterable<Attribute>
final
children Iterable<ElementChild>
final
gt Token
final
gt2 Token?
final
hashCode int
The hash code for this object.
no setterinherited
lt Token
final
lt2 Token
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slash Token
final
span → FileSpan
no setteroverride
tagName Identifier
final
tagName2 Identifier
final

Methods

getAttribute(String name) Attribute?
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