CommandCancel constructor

CommandCancel({
  1. required MavCmd command,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
})

Implementation

CommandCancel({
  required this.command,
  required this.targetSystem,
  required this.targetComponent,
});