menu
dartf package
documentation
dartf.dart
MapFilterValues extension
MapFilterValues extension
dark_mode
light_mode
MapFilterValues<
K
,
V
>
extension
on
Map
<
K
,
V
>
Methods
filterValues
(
bool
predicate
(
V
)
)
→
Map
<
K
,
V
>
Returns a map containing all key-value pairs with values matching the given
predicate
.
dartf package
documentation
dartf
MapFilterValues extension
dartf library