parent property

SymbolTable<T>? parent

Gets the parent of this symbol table.

Implementation

SymbolTable<T>? get parent => _parent;