ProcessConfig constructor
const
ProcessConfig({})
Implementation
const ProcessConfig({
required this.command,
this.args = const [],
this.workDir,
this.env,
this.timeout,
this.stdin,
this.captureStdout = true,
this.captureStderr = true,
this.runInShell = false,
});