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.

This notion of "missing" portraited by this function is the same one used by the Required validation.