menu
my_utility package
documentation
dartx.dart
MapCount extension
MapCount extension
dark_mode
light_mode
MapCount<
K
,
V
>
extension
on
Map
<
K
,
V
>
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
.
my_utility package
documentation
dartx
MapCount extension
dartx library