distanceModel property
DistanceModelType
get
distanceModel
Implementation
DistanceModelType get distanceModel =>
DistanceModelType.fromValue(js_util.getProperty(this, 'distanceModel'));
set
distanceModel
(DistanceModelType newValue)
Implementation
set distanceModel(DistanceModelType newValue) {
js_util.setProperty(this, 'distanceModel', newValue.value);
}