depth property

int get depth

Implementation

int get depth {
  _checkNotDisposed();
  return _stack.length;
}