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