ShellException constructor

ShellException(
  1. String message,
  2. ProcessResult? result, {
  3. ProcessCmd? command,
})

Shell exception

Implementation

ShellException(this.message, this.result, {this.command});