Entry<K, V> constructor

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

Implementation

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