CommitResponse constructor

CommitResponse({
  1. CommitStats? commitStats,
  2. String? commitTimestamp,
  3. String? isolationLevel,
  4. MultiplexedSessionPrecommitToken? precommitToken,
  5. String? readLockMode,
  6. String? snapshotTimestamp,
})

Implementation

CommitResponse({
  this.commitStats,
  this.commitTimestamp,
  this.isolationLevel,
  this.precommitToken,
  this.readLockMode,
  this.snapshotTimestamp,
});