getSymbol method

SymbolNode? getSymbol(
  1. String id
)

Implementation

SymbolNode? getSymbol(String id) => _nodes[id];