stringValues
fun StringValuesBuilder.stringValues(name: String? = null, toParsedString: StringParamToString = defaultStringParamToString, toParamString: StringToStringParam = defaultStringToStringParam): NamedValuePropertyProvider<List<String>?>(source)
Creates an optional parameter of type List<String> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.