equals method

bool equals(
  1. Map<K, V> other
)

Implementation

bool equals(Map<K, V> other) => const DeepCollectionEquality().equals(this, other);