menu
nd_core_utils package
documentation
nd_map_utils.dart
NDMapUtils<K, V>
invert method
invert method
dark_mode
light_mode
invert
method
Map
<
V
,
K
>
invert
(
)
Implementation
Map<V, K> invert() => map((key, value) => MapEntry(value, key));
nd_core_utils package
documentation
nd_map_utils
NDMapUtils<K, V>
invert method
NDMapUtils extension on
Map
<
K
,
V
>