isNull function
Returns a IValidator that checks if the given value is null
For better performance and readability, use the $isNull variable directly.
Implementation
IValidator isNull() => isType<Null>();
Returns a IValidator that checks if the given value is null
For better performance and readability, use the $isNull variable directly.
IValidator isNull() => isType<Null>();