CurrentMode constructor
CurrentMode({
- required uint32_t customMode,
- required uint32_t intendedCustomMode,
- required MavStandardMode standardMode,
Implementation
CurrentMode({
required this.customMode,
required this.intendedCustomMode,
required this.standardMode,
});