ParamValueBinary constructor
Creates a new ParamValueBinary instance.
The value is the binary data as a list of bytes.
Implementation
const ParamValueBinary(this.value);
Creates a new ParamValueBinary instance.
The value is the binary data as a list of bytes.
const ParamValueBinary(this.value);