SynthizerProperty<T> constructor

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

Create an instance.

Implementation

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