isSet<T> function
Returns a IEskValidator that checks if the given value is a Set
For better performance and readability, use the $isSet variable directly.
Implementation
IEskValidator isSet<T>() => isType<Set<T>>();
Returns a IEskValidator that checks if the given value is a Set
For better performance and readability, use the $isSet variable directly.
IEskValidator isSet<T>() => isType<Set<T>>();