SynthizerBiquadConfigProperty constructor

const SynthizerBiquadConfigProperty({
  1. required Synthizer synthizer,
  2. required Pointer<syz_Handle> targetHandle,
  3. required Properties property,
})

Create an instance.

Implementation

const SynthizerBiquadConfigProperty({
  required super.synthizer,
  required super.targetHandle,
  required super.property,
});