distanceModel property

DistanceModelType distanceModel

Implementation

DistanceModelType get distanceModel =>
    DistanceModelType.fromValue(js_util.getProperty(this, 'distanceModel'));
void distanceModel=(DistanceModelType newValue)

Implementation

set distanceModel(DistanceModelType newValue) {
  js_util.setProperty(this, 'distanceModel', newValue.value);
}