ParamExtSet constructor
ParamExtSet({})
Implementation
ParamExtSet({
required this.targetSystem,
required this.targetComponent,
required this.paramId,
required this.paramValue,
required this.paramType,
});