depthFar property

double depthFar

Implementation

double get depthFar => js_util.getProperty(this, 'depthFar');
void depthFar=(double newValue)

Implementation

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