Record Class ESExpr.Null

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Null
Record Components:
level - The level where the null lives. Used to disambiguate nesting of Optional types.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Null(BigInteger level) extends Record implements ESExpr
A null value.