ParamValueDecimal constructor

const ParamValueDecimal(
  1. String value
)

Creates a new ParamValueDecimal instance.

Implementation

const ParamValueDecimal(this.value);