ItemKey<K> constructor

const ItemKey<K>(
  1. K value
)

Implementation

const ItemKey(this.value);