get method Null safety

T? get()

Get the value from storage

Implementation

T? get() {
  return storage.get(key);
}