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