isNull function

IEskValidator isNull()

Returns a IEskValidator that checks if the given value is null For better performance and readability, use the $isNull variable directly.

Implementation

IEskValidator isNull() => isType<Null>();