That<K, T> constructor

const That<K, T>(
  1. K value
)

Implementation

const That(this.value);