ObjectLockConfiguration constructor

ObjectLockConfiguration(
  1. String? objectLockEnabled,
  2. ObjectLockRule? rule
)

Implementation

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