isTypeOrNull<T> function
Returns a Validator that checks if the given value is the correct type
Implementation
IValidator isTypeOrNull<T>() => isType<T>() | isNull();
Returns a Validator that checks if the given value is the correct type
IValidator isTypeOrNull<T>() => isType<T>() | isNull();