distanceModel property

The distance model for this object.

Implementation

SynthizerDistanceModelProperty get distanceModel =>
    SynthizerDistanceModelProperty(
      synthizer: synthizer,
      targetHandle: handle,
      property: Properties.distanceModel,
    );