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