WrappedProcessOutput constructor

WrappedProcessOutput(
  1. Process _process,
  2. Stream<List<int>> _stream
)

Implementation

WrappedProcessOutput(this._process, this._stream);