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