meanFreePath property

The mean free path.

Implementation

SynthizerAutomatableDoubleProperty get meanFreePath =>
    SynthizerAutomatableDoubleProperty(
      context: context,
      targetHandle: handle,
      property: Properties.meanFreePath,
    );