asEntryValue<K> method

MapEntry<K, T> asEntryValue<K>(
  1. K key
)

Implementation

MapEntry<K, T> asEntryValue<K>(K key) => MapEntry(key, this);