RunCommandInput constructor

RunCommandInput({
  1. required String command,
  2. String? package,
})

Implementation

RunCommandInput({
  required this.command,
  this.package,
});