Distance between this node and the root node.
int get depth => _depth;
@protected set depth(int val) { _depth = val; }