getAllSymbols method

List<SymbolNode> getAllSymbols()

Implementation

List<SymbolNode> getAllSymbols() => _nodes.values.toList();