depth property
int
get
depth
The nesting depth of this definition.
Implementation
int get depth {
return (parent?.depth ?? -1) + 1;
}
The nesting depth of this definition.
int get depth {
return (parent?.depth ?? -1) + 1;
}