isMissing

Returns whether a value is missing (this checks whether the value is null, false, or empty). The emptiness of values of type String, Collection, Array (and variants), Map, and Table is checked.

The notion of "missing" portrayed by this function is the same one used by the Required validation.