TupleEntity<T, V> constructor

TupleEntity<T, V>(
  1. T key,
  2. V value
)

Implementation

TupleEntity(this.key, this.value);