maxDistance property
double
get
maxDistance
Implementation
double get maxDistance => js_util.getProperty(this, 'maxDistance');
set
maxDistance
(double newValue)
Implementation
set maxDistance(double newValue) {
js_util.setProperty(this, 'maxDistance', newValue);
}