intValues
fun StringValuesBuilder.intValues(name: String? = null, toInt: StringToInt = defaultStringToInt, toString: IntToString = defaultIntToString): NamedValuePropertyProvider<List<Int>?>(source)
Creates an optional parameter of type List<Int> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.