ProcessError constructor

ProcessError(
  1. String? workingDirectory,
  2. String executable,
  3. List<String> arguments,
  4. ProcessResult result,
)

Implementation

ProcessError(
    this.workingDirectory, this.executable, this.arguments, this.result);