depth property

int depth

The depth of this symbol table within the tree. At the root, this is 0.

Implementation

int get depth => _depth;