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