RenderTree class

Constructors

RenderTree(int _id, RootWidgetViewModel _rootWidgetViewModel)

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → int
no setter
rootNode → RenderNode?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
getRenderNode(int nodeId) → RenderNode?
getRenderViewModel(int nodeId) → RenderNode?
init(RenderNode rootNode) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerNode(RenderNode node) → void
removeNodeById(int id) → void
toString() → String
A string representation of this object.
inherited
unregisterNode(RenderNode node) → void

Operators

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