depthFar property

double get depthFar

Implementation

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

Implementation

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