Condition<EntityT> notNull({String? alias}) => _NullCondition<EntityT, DartType>(_ConditionOp.notNull, this, alias);