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