isSet<T> function

IEskValidator isSet<T>()

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>>();