ParamValueString constructor

const ParamValueString(
  1. String value
)

Creates a new ParamValueString instance.

The value is the string to use as the parameter value.

Implementation

const ParamValueString(this.value);