getNode property

Node? 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? Function(String nodeId) getNode;