doubleValues
fun StringValuesBuilder.doubleValues(name: String? = null, toDouble: StringToDouble = defaultStringToDouble, toString: DoubleToString = defaultDoubleToString): NamedValuePropertyProvider<List<Double>?>(source)
Creates an optional parameter of type List<Double> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.