storage property

void storage=(Storage<K, V> storage)

Implementation

set storage(Storage<K, V> storage) {
  _internalStorage = storage;
}