ExecAction constructor

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

Default constructor.

Implementation

const ExecAction({
  this.command,
});