ShellOutput constructor

ShellOutput(
  1. String message, {
  2. ShellStatus type = ShellStatus.successful,
  3. ProcessResult? result,
})

Implementation

ShellOutput(this.message, {this.type = ShellStatus.successful, this.result});