isNotNull method

Expression<bool> isNotNull()

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

Implementation

Expression<bool> isNotNull() => isNotExp(const Constant(null));