Command constructor
Command({
- AgentCommand? agentCommand,
- ShellCommand? shellCommand,
Implementation
Command({
this.agentCommand,
this.shellCommand,
});