refDistance property

double refDistance

Implementation

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

Implementation

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