ObjectLockRetention constructor

ObjectLockRetention(
  1. String? mode,
  2. DateTime? retainUntilDate
)

Implementation

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