Element class abstract

Implementers

Constructors

Element({required Iterable<Element> children, String? id, Iterable<String>? classes, Iterable<String>? inlineStyles})

Properties

children Iterable<Element>
getter/setter pair
classes Iterable<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
inlineStyles Iterable<String>?
getter/setter pair
innerText String
no setter
modifiers String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() String
collectChildrenOfType<E>({required List<E> into}) → void
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.
inherited