get method Null safety

String? get(
  1. String key
)

Implementation

String? get (String key) {
  return _cache[key];
}