int depth

The depth of this node in the tree.

The depth of nodes in a tree monotonically increases as you traverse down the trees.

Source

int get depth => _depth;