isList<T> function

IEskValidator isList<T>()

Returns a IEskValidator that checks if the given value is a List For better performance and readability, use the $isList variable directly.

Implementation

IEskValidator isList<T>() => isType<List<T>>();