OsdParamConfig constructor
OsdParamConfig({})
Implementation
OsdParamConfig({
required this.requestId,
required this.minValue,
required this.maxValue,
required this.increment,
required this.targetSystem,
required this.targetComponent,
required this.osdScreen,
required this.osdIndex,
required this.paramId,
required this.configType,
});