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