SendCommandResult constructor

SendCommandResult({
  1. Command? command,
})

Implementation

SendCommandResult({
  this.command,
});