isMap<K, V> function
- String? message,
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>({String? message}) => isType<Map<K, V>>(message: message);