ProcessOutput constructor
const
ProcessOutput({})
Implementation
const ProcessOutput({
required this.exitCode,
this.stdout = '',
this.stderr = '',
required this.duration,
required this.pid,
this.killed = false,
});