menu
tenon_cli package
documentation
core.dart
MapExt<K, V>
whereValue method
whereValue method
dark_mode
light_mode
whereValue
method
Map
<
K
,
V
>
whereValue
(
bool
test
(
V
value
)
)
Implementation
Map<K, V> whereValue(bool Function(V value) test) => where((k, v) => test(v));
tenon_cli package
documentation
core
MapExt<K, V>
whereValue method
MapExt extension on
Map
<
K
,
V
>