AgentCommand constructor

AgentCommand({
  1. String? command,
  2. Map<String, String>? parameters,
})

Implementation

AgentCommand({
  this.command,
  this.parameters,
});