notNull method

Condition<EntityT> notNull()

Implementation

Condition<EntityT> notNull() =>
    _NullCondition<EntityT, DartType>(_ConditionOp.notNull, this);