Returns the value for key, or null if absent.
key
null
@override String? read(String key) => _data[key];