GoproGetRequest constructor

GoproGetRequest({
  1. required uint8_t targetSystem,
  2. required uint8_t targetComponent,
  3. required GoproCommand cmdId,
})

Implementation

GoproGetRequest({
  required this.targetSystem,
  required this.targetComponent,
  required this.cmdId,
});