ObjectLockConfiguration constructor

ObjectLockConfiguration({
  1. ObjectLockEnabled? objectLockEnabled,
  2. ObjectLockRule? rule,
})

Implementation

ObjectLockConfiguration({
  this.objectLockEnabled,
  this.rule,
});