looping property

Create an instance from a handle. Whether or not this generator is looping.

Implementation

SynthizerBoolProperty get looping => SynthizerBoolProperty(
      synthizer: synthizer,
      targetHandle: handle,
      property: Properties.looping,
    );