maxDistance property

double maxDistance

Implementation

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

Implementation

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