LockInfo<O extends ToXmlCapable> constructor

const LockInfo<O extends ToXmlCapable>({
  1. required LockScope lockScope,
  2. O? owner,
})

Implementation

const LockInfo({required this.lockScope, this.owner});