ShellCommand constructor

ShellCommand({
  1. String? args,
  2. String? command,
  3. int? timeoutSeconds,
})

Implementation

ShellCommand({
  this.args,
  this.command,
  this.timeoutSeconds,
});