isNull method

Expression<bool> isNull()

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

Implementation

Expression<bool> isNull() => isExp(const Constant(null));