bool contains(String key, {bool temp = true}) => temp ? _temporary.containsKey(key) : _permanent.containsKey(key);