GoproSetRequest constructor
GoproSetRequest({
- required uint8_t targetSystem,
- required uint8_t targetComponent,
- required GoproCommand cmdId,
- required List<
int8_t> value,
Implementation
GoproSetRequest({
required this.targetSystem,
required this.targetComponent,
required this.cmdId,
required this.value,
});