isMap<K, V> function

IValidator isMap<K, V>()

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

Implementation

IValidator isMap<K, V>() => isType<Map<K, V>>();