WeakReferenceStorage<K, V> constructor

WeakReferenceStorage<K, V>({
  1. OnEvict<K, V>? onEvict,
})

Implementation

WeakReferenceStorage({this.onEvict});