isNullable

val isNullable: Boolean = false

Parameters

isNullable

whether the parameter accepts null values. When true, com.quarkdown.core.function.value.NoneValue arguments are accepted and converted to Kotlin's null at invocation time.