gain property

The gain for this object.

Implementation

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