menu
my_utility package
documentation
dartx.dart
MapFilter extension
MapFilter extension
dark_mode
light_mode
MapFilter<
K
,
V
>
extension
on
Map
<
K
,
V
>
Methods
filter
(
bool
predicate
(
MapEntry
<
K
,
V
>
entry
)
)
→
Map
<
K
,
V
>
Available on
Map
<
K
,
V
>
, provided by the
MapFilter
extension
Returns a new map containing all key-value pairs matching the given
predicate
.
my_utility package
documentation
dartx
MapFilter extension
dartx library