booleanValues
fun StringValuesBuilder.booleanValues(name: String? = null, toBoolean: StringToBoolean = defaultStringToBoolean, toString: BooleanToString = defaultBooleanToString): NamedValuePropertyProvider<List<Boolean>?>(source)
Creates an optional parameter of type List<Boolean> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.