distanceModel property

DistanceModelType get distanceModel

Implementation

_i3.DistanceModelType get distanceModel =>
    _i3.DistanceModelTypeOptions.values.byName(_i4.getProperty(
      this,
      'distanceModel',
    ));
set distanceModel (DistanceModelType value)

Implementation

set distanceModel(_i3.DistanceModelType value) {
  _i4.setProperty(
    this,
    'distanceModel',
    value.name,
  );
}