Returns true if the key references an existing value, null or non-null.
key
@override bool exists(String key) => keys.contains(key);