depthNear property

double get depthNear

Implementation

double get depthNear => js_util.getProperty(this, 'depthNear');
set depthNear (double newValue)

Implementation

set depthNear(double newValue) {
  js_util.setProperty(this, 'depthNear', newValue);
}