getNode method

NetworkNode? getNode(
  1. String id
)

Gets a node by ID.

Implementation

NetworkNode? getNode(String id) => _nodeMap[id];