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