Returns the invalid entries.
List<MapEntry<K, V>> get invalidEntries => _map.entries.where((e) => !isValidEntry(e.key, e.value)).toList();