@override void putMany<T>(Map<String, T> objects) { for (final element in objects.entries) { _storage[element.key] = element.value; } }