ParamValueDecimal constructor
const
ParamValueDecimal(
- String value
Creates a new ParamValueDecimal instance.
The value is the decimal value as a string (e.g., '123.45').
Implementation
const ParamValueDecimal(this.value);