ParamExtAck constructor
ParamExtAck({})
Implementation
ParamExtAck({
required this.paramId,
required this.paramValue,
required this.paramType,
required this.paramResult,
});
ParamExtAck({
required this.paramId,
required this.paramValue,
required this.paramType,
required this.paramResult,
});