node method

NavNode<T>? node(
  1. NavNodeId id
)

Implementation

NavNode<T>? node(NavNodeId id) => NavOps.find<T>(_sections, id);