ShellException constructor

ShellException(
  1. String executable,
  2. List<String> args,
  3. String workingDirectory,
  4. int exitCode,
  5. int pid,
  6. Uint8List stdout,
  7. Uint8List stderr,
)

Implementation

ShellException(this.executable, this.args, this.workingDirectory,
    this.exitCode, this.pid, this.stdout, this.stderr);