RootDomRenderObject class

Inheritance

Constructors

RootDomRenderObject(Node container, [List<Node>? nodes])
RootDomRenderObject.between(Node start, Node end)
factory

Properties

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

Methods

attach(covariant DomRenderObject child, {covariant DomRenderObject? after}) → void
override
clearEvents() → void
inherited
createChildRenderObject() DomRenderObject
inherited
finalize() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant DomRenderObject child) → void
inherited
skipChildren() → void
inherited
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
inherited
updateText(String text) → void
inherited

Operators

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