getNode property

Node<T>? Function(String nodeId) getNode
final

Looks up a node by ID.

Returns null if the node doesn't exist. Useful for refitting group bounds after node changes.

Implementation

final Node<T>? Function(String nodeId) getNode;