ProcessInfo constructor

ProcessInfo(
  1. Process process,
  2. String binPath,
  3. List<String> args,
  4. String? workingDirectory,
)

Implementation

ProcessInfo(this.process, this.binPath, this.args, this.workingDirectory);