QshotStatus constructor
QshotStatus({
- required MavQshotMode mode,
- required uint16_t shotState,
Implementation
QshotStatus({
required this.mode,
required this.shotState,
});