ParamValueDecimal constructor

const ParamValueDecimal(
  1. 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);