$ExecAction constructor

$ExecAction({
  1. List<String>? command,
})

Implementation

$ExecAction({
  this.command,
});