RunOptions constructor
Implementation
RunOptions(
{this.workingDirectory,
this.environment,
this.includeParentEnvironment: true,
this.runInShell: false,
this.stdoutEncoding: systemEncoding,
this.stderrEncoding: systemEncoding});