InsertOptions.legacyDurability constructor

const InsertOptions.legacyDurability({
  1. Duration? expiry,
  2. Transcoder? transcoder,
  3. PersistTo persistTo = PersistTo.none,
  4. ReplicateTo replicateTo = ReplicateTo.none,
  5. Duration? timeout,
})

Implementation

const InsertOptions.legacyDurability({
  this.expiry,
  this.transcoder,
  super.persistTo,
  super.replicateTo,
  super.timeout,
}) : super.legacyDurability();