deepEquals method

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

Implementation

bool deepEquals(Map<K, V> other) => _equality.equals(this, other);