LruMap<K, V>.from constructor

LruMap<K, V>.from(
  1. Map<K, V> map
)

Implementation

factory LruMap.from(Map<K, V> map) => LruMap()..addAll(map);