ParamValueString constructor
const
ParamValueString(
- String value
Creates a new ParamValueString instance.
The value is the string to use as the parameter value.
Implementation
const ParamValueString(this.value);