getNode method

Node<T>? getNode(
  1. String id
)

Gets a node by ID.

Implementation

Node<T>? getNode(String id) => _nodes[id];