@override pb.Expr toProto() => pb.Expr( and: pb.ExprAnd(left: left.toProto(), right: right.toProto()), );