depth property

bool depth

Implementation

bool get depth => js_util.getProperty(this, 'depth');
void depth=(bool newValue)

Implementation

set depth(bool newValue) {
  js_util.setProperty(this, 'depth', newValue);
}