ProcessRunner constructor

ProcessRunner({
  1. int maxAutoRetries = 2,
  2. bool showVerbose = false,
  3. bool interactive = true,
})

Implementation

ProcessRunner({
  this.maxAutoRetries = 2,
  this.showVerbose = false,
  this.interactive = true,
});