MvccRowVersion constructor
MvccRowVersion({})
Implementation
MvccRowVersion({
required this.rowId,
required this.values,
required this.createdByTxn,
this.deletedByTxn,
this.prev,
});
MvccRowVersion({
required this.rowId,
required this.values,
required this.createdByTxn,
this.deletedByTxn,
this.prev,
});