Requires both predicates to be true.
Expr<bool?> and(Expr<bool?> other) => Expr.internal( BinaryNode(expressionNode, 'AND', other.expressionNode), Codecs.boolean.nullable(), );