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