Output constructor

Output(
  1. dynamic _buffer,
  2. dynamic _pauseBuffer
)

Implementation

Output(this._buffer, this._pauseBuffer);