Command constructor

Command({
  1. AgentCommand? agentCommand,
  2. ShellCommand? shellCommand,
})

Implementation

Command({this.agentCommand, this.shellCommand});