Map<K, V?> expect(List<K> keys) { final holder = Map<K, V?>.of(this); keys.forEach(holder.remove); return holder; }