ObjectLockRetention constructor

ObjectLockRetention({
  1. ObjectLockRetentionMode? mode,
  2. DateTime? retainUntilDate,
})

Implementation

ObjectLockRetention({
  this.mode,
  this.retainUntilDate,
});