Returns the value for the given key, or null if not present.
String? get(String key) => _entries[key];