Check if this expression is NULL.
NULL
This is equivalent to this IS NULL in SQL.
this IS NULL
Expr<bool> isNull() => isNotDistinctFrom(toExpr(null));