CommandRunner constructor

CommandRunner({
  1. bool useUnixShell = false,
  2. String unixShell = 'bash',
  3. Encoding? encoding,
})

Implementation

CommandRunner({
  this.useUnixShell = false,
  this.unixShell = 'bash',
  this.encoding /* = null */,
});