menu
tenon_cli package
documentation
core.dart
MapExt<K, V>
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Map
<
K
,
V
>
other
)
Implementation
bool equals(Map<K, V> other) => const DeepCollectionEquality().equals(this, other);
tenon_cli package
documentation
core
MapExt<K, V>
equals method
MapExt extension on
Map
<
K
,
V
>