ShellExecOptions constructor
const
ShellExecOptions({})
Implementation
const ShellExecOptions({
this.workingDirectory,
this.environment,
this.timeout = const Duration(seconds: 30),
this.maxOutputBytes = maxOutputLength,
this.mergeStderr = true,
this.onProgress,
});