MapCount<K, V> extension

on

Methods

count([bool predicate(MapEntry<K, V>)?]) int
Returns the number of entries matching the given predicate or the number of entries when predicate = null.