ElementNode class

A ElementNode is a DeactNode that represents a DOM element.

Every element has a required name (e.g. div or span), an optional key, optional attributes, optional event listeners and optional children.

Inheritance

Properties

attributes Map<String, Object>?
final
hashCode int
The hash code for this object.
no setterinherited
key Object?
final
listeners Map<String, Object>?
final
name String
final
ref Ref<Element?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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