NULLABLE_NAMEconstant
Sugar instance allowing a NAME or null. Equivalent to NULLABLE(NAME).
Examples
NULLABLE_NAME.validate(null); // Returns null
Sugar instance allowing a NAME or null. Equivalent to NULLABLE(NAME).
NULLABLE_NAME.validate(null); // Returns null