ObjectLockConfiguration constructor
ObjectLockConfiguration({
- ObjectLockEnabled? objectLockEnabled,
- ObjectLockRule? rule,
Implementation
ObjectLockConfiguration({
this.objectLockEnabled,
this.rule,
});