BaseTransaction<ChangeT> constructor
BaseTransaction<ChangeT> ({})
Implementation
BaseTransaction({
required this.commitTimestamp,
required this.lsn,
required this.changes,
this.origin,
this.migrationVersion,
});