isMapOf<K, V> method

bool isMapOf<K, V>()
inherited

Checks if T is a List of type Map<K, V>.

Implementation

bool isMapOf<K, V>() => isSubtypeOf<Map<K, V>>();