HydratableDomRenderObject mixin

Superclass constraints
Mixin applications

Properties

hashCode → int
The hash code for this object.
no setterinherited
nextSibling ↔ DomRenderObject?
getter/setter pairinherited
node → Node
no setterinherited
parent ↔ DomRenderObject?
getter/setter pairinherited
previousSibling ↔ DomRenderObject?
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
toHydrate ↔ List<Node>
List of nodes that are not hydrated yet. These nodes will be removed when the render object is finalized.
getter/setter pair

Methods

attach(covariant RenderObject child, {covariant RenderObject? after}) → void
inherited
createChildRenderElement(String tag) → RenderElement
inherited
createChildRenderFragment() → RenderFragment
inherited
createChildRenderText(String text) → RenderText
inherited
finalize() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant RenderObject child) → void
inherited
retakeNode(bool visitNode(Node node)) → Node?
override
toString() → String
A string representation of this object.
inherited

Operators

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