Record<V> constructor

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

Implementation

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