node method

NodeSpec? node(
  1. LocalId id
)

The node with id, or null.

Implementation

NodeSpec? node(LocalId id) => nodes[id];