menu
reacton package
documentation
reacton.dart
ReactiveGraph
getNode method
getNode method
dark_mode
light_mode
getNode
method
GraphNode
?
getNode
(
ReactonRef
ref
)
Get a node by its ref, or null if not registered.
Implementation
GraphNode? getNode(ReactonRef ref) => _nodes[ref];
reacton package
documentation
reacton
ReactiveGraph
getNode method
ReactiveGraph class