# NullType - `v::nullType()` Validates if the input is null. ```php v::nullType()->validate(null); //true ``` *** See also: * [NotEmpty](NotEmpty.md)