notNull top-level constant

Not<Null> const notNull

Used in the whereValues to represent a not-null condition.

Implementation

const notNull = const Not(null);