DomRenderObject class

Inheritance
Implementers

Constructors

DomRenderObject()

Properties

events Map<String, EventBinding>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
node ↔ Node?
getter/setter pair
parent DomRenderObject?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toHydrate List<Node>
getter/setter pair

Methods

attach(covariant DomRenderObject child, {covariant DomRenderObject? after}) → void
override
clearEvents() → void
createChildRenderObject() DomRenderObject
override
finalize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant DomRenderObject child) → void
override
skipChildren() → void
override
toString() String
A string representation of this object.
inherited
updateElement(String tag, String? id, String? classes, Map<String, String>? styles, Map<String, String>? attributes, Map<String, EventCallback>? events) → void
override
updateText(String text) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited