ShellStreamResult constructor
const
ShellStreamResult({})
Implementation
const ShellStreamResult({
required this.reason,
required this.exitCode,
required this.stderr,
required this.stderrLineCount,
required this.linesEmitted,
});