TinkKV<V> constructor

TinkKV<V>(
  1. String _k,
  2. V _v
)

Implementation

TinkKV(this._k, this._v);