isNotNull method

Expression<bool> isNotNull()

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

Implementation

Expression<bool> isNotNull() => _NullCheck(this, false);