AMixFilter constructor

const AMixFilter({
  1. int? inputCount,
})

Implementation

const AMixFilter({
  this.inputCount,
});