isNull function
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>();
Returns a IEskValidator that checks if the given value is null
For better performance and readability, use the $isNull variable directly.
IEskValidator isNull() => isType<Null>();