Shell constructor
const
Shell({})
Default const constructor.
The default values of runAsAdministrator and runInShell are false.
Implementation
const Shell({
required this.name,
required this.program,
required this.arguments,
this.onStdout,
this.onStderr,
this.runAsAdministrator = false,
this.runInShell = false,
this.workingDirectory,
});