ObjectLockConfiguration constructor
ObjectLockConfiguration(
- String? objectLockEnabled,
- ObjectLockRule? rule
Implementation
ObjectLockConfiguration(
this.objectLockEnabled,
this.rule,
);