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