MapCount<K, V> extension

on

Methods

count([bool predicate(MapEntry<K, V>)?]) int

Available on Map<K, V>, provided by the MapCount extension

Returns the number of entries matching the given predicate or the number of entries when predicate = null.