ParamExtValue constructor

ParamExtValue({
  1. required uint16_t paramCount,
  2. required uint16_t paramIndex,
  3. required List<char> paramId,
  4. required List<char> paramValue,
  5. required MavParamExtType paramType,
})

Implementation

ParamExtValue({
  required this.paramCount,
  required this.paramIndex,
  required this.paramId,
  required this.paramValue,
  required this.paramType,
});