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