Buffer constructor

Buffer(
  1. Synthizer synthizer, {
  2. int? handle,
})

Default constructor. Do not use.

Implementation

Buffer(super.synthizer, {final int? handle}) : super(pointer: handle);