LockInfo constructor

LockInfo({
  1. String? createTime,
  2. String? info,
  3. String? lockId,
  4. String? operation,
  5. String? version,
  6. String? who,
})

Implementation

LockInfo({
  this.createTime,
  this.info,
  this.lockId,
  this.operation,
  this.version,
  this.who,
});