ControllerRegistry class

Constructors

ControllerRegistry()

Properties

hashCode int
The hash code for this object.
no setterinherited
rootCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addControllerHolder(String name, ControllerHolder holder) → void
addRenderTree(RenderTree renderTree) ControllerRegistry
forEachRenderTree(void func(int key, RenderTree value)) → void
getControllerHolder(String name) ControllerHolder?
getRenderNode(int rootId, int nodeId) RenderNode?
getRenderTree(int rootId) RenderTree?
getViewController(String name) VoltronViewController<RenderViewModel, RenderNode>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRenderNode(int instanceId, int id) ControllerRegistry
removeRenderTree(RenderTree tree) ControllerRegistry
toString() String
A string representation of this object.
inherited

Operators

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