Record<V> constructor

Record<V>(
  1. Hlc hlc,
  2. V? value,
  3. Hlc modified
)

Implementation

Record(this.hlc, this.value, this.modified);