int depth

Source

int get depth => _depth;
void depth=(int value)

Source

set depth(int value) {
  _depth = ensureInt(value);
}