RawChanel constructor

RawChanel({
  1. required double leftBipolar,
  2. required double rightBipolar,
})

Implementation

RawChanel({required this.leftBipolar, required this.rightBipolar});