RemoveOptions constructor

const RemoveOptions({
  1. Cas? cas,
  2. Transcoder? transcoder,
  3. DurabilityLevel durabilityLevel = DurabilityLevel.none,
  4. Duration? timeout,
})

Implementation

const RemoveOptions({
  this.cas,
  this.transcoder,
  super.durabilityLevel,
  super.timeout,
});