noiseType property

The noise type for this generator.

Implementation

SynthizerNoiseTypeProperty get noiseType => SynthizerNoiseTypeProperty(
      synthizer: synthizer,
      targetHandle: handle,
      property: Properties.noiseType,
    );