get method

dynamic get(
  1. String key
)

Implementation

dynamic get(String key) => _storage.get(key);