distanceModel property
DistanceModelType?
get
distanceModel
Implementation
_i3.DistanceModelType? get distanceModel => switch (_i4.getProperty(
this,
'distanceModel',
)) {
_i2.String name => _i3.DistanceModelTypeOptions.values.byName(name),
_ => null
};
set
distanceModel
(DistanceModelType? value)
Implementation
set distanceModel(_i3.DistanceModelType? value) {
_i4.setProperty(
this,
'distanceModel',
value?.name ?? _i6.undefined ?? _i6.undefined,
);
}