Returns true if a slot with the given key exists.
true
key
bool Has(String key) => slots.containsKey(slotKey(key));