Expr isIn(String entityType, Expr rhs) { return ExprIs(left: this, entityType: entityType, inExpr: rhs); }