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