menu
tom_d4rt_dcli package
documentation
tom_d4rt_cli_api.dart
ContextStack
depth property
depth property
dark_mode
light_mode
depth
property
int
get
depth
Depth of nesting (0 = interactive root).
Implementation
int get depth => _stack.length - 1;
tom_d4rt_dcli package
documentation
tom_d4rt_cli_api
ContextStack
depth property
ContextStack class