isIterable<T> function

IValidator isIterable<T>()

Returns a IValidator that checks if the given value is a Iterable For better performance and readability, use the $isIterable variable directly.

Implementation

IValidator isIterable<T>() => isType<Iterable<T>>();