notNull top-level constant

NotCondition<Null> const notNull

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

Implementation

const notNull = const NotCondition(null);