ScriptComponents constructor

ScriptComponents(
  1. StreamSink<List<int>> stdin,
  2. Stream<List<int>> stdout,
  3. Stream<List<int>> stderr,
  4. Future<int> exitCode,
)

Implementation

ScriptComponents(this.stdin, this.stdout, this.stderr, this.exitCode);