isMap<K, V> function
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>>();
Returns a IValidator that checks if the given value is a Map
For better performance and readability, use the $isMap variable directly.
IValidator isMap<K, V>() => isType<Map<K, V>>();