distance property

double? distance

Implementation

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

Implementation

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