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