ShellTask constructor

ShellTask({
  1. String? command,
  2. int? exitCode,
})

Implementation

ShellTask({
  this.command,
  this.exitCode,
});