ProcessCmd constructor
      
      ProcessCmd(})
     
    
Process command
Implementation
ProcessCmd(
  this.executable,
  this.arguments, {
  this.workingDirectory,
  this.environment,
  this.includeParentEnvironment = true,
  this.runInShell,
  this.stdoutEncoding = systemEncoding,
  this.stderrEncoding = systemEncoding,
});