ParamMapRc constructor
ParamMapRc({})
Implementation
ParamMapRc({
required this.paramValue0,
required this.scale,
required this.paramValueMin,
required this.paramValueMax,
required this.paramIndex,
required this.targetSystem,
required this.targetComponent,
required this.paramId,
required this.parameterRcChannelIndex,
});