CacheEntry<K, V> constructor

const CacheEntry<K, V>(
  1. K key,
  2. V? value
)

Implementation

const CacheEntry(this.key, this.value);