ReadOnly constructor

ReadOnly({
  1. String? exactStaleness,
  2. String? maxStaleness,
  3. String? minReadTimestamp,
  4. String? readTimestamp,
  5. bool? returnReadTimestamp,
  6. bool? strong,
})

Implementation

ReadOnly({
  this.exactStaleness,
  this.maxStaleness,
  this.minReadTimestamp,
  this.readTimestamp,
  this.returnReadTimestamp,
  this.strong,
});