depth property
int
get
depth
An integer that is guaranteed to be greater than the parent's, if any. The element at the root of the tree must have a depth greater than 0.
Implementation
int get depth => _depth!;