ParamValueArray constructor
ParamValueArray({})
Implementation
ParamValueArray({
required this.paramCount,
required this.paramIndexFirst,
required this.flags,
required this.paramArrayLen,
required this.packetBuf,
});