depth property

int depth

The node depth from root. See shortestPathToRoot.

Implementation

int get depth => shortestPathToRoot.length;