read method

  1. @override
String? read(
  1. String key
)
override

Returns the value for key, or null if absent.

Implementation

@override
String? read(String key) => _data[key];