not

fun not(block: Expression.ExpressionBuilder.() -> Unit)
fun not(bool: Boolean)

Logical negation. Returns true if the input is false, and false if the input is true.