ParamExtValue constructor
ParamExtValue({})
Implementation
ParamExtValue({
required this.paramCount,
required this.paramIndex,
required this.paramId,
required this.paramValue,
required this.paramType,
});
ParamExtValue({
required this.paramCount,
required this.paramIndex,
required this.paramId,
required this.paramValue,
required this.paramType,
});