isNull method

Expression<bool> isNull()

Expression that is true if the inner expression resolves to a null value.

Implementation

Expression<bool> isNull() => _NullCheck(this, true);