ParamValueInt64 constructor
const
ParamValueInt64(
- int value
Creates a new ParamValueInt64 instance.
The value is the 64-bit integer to use as the parameter value.
Implementation
const ParamValueInt64(this.value);