LockInfo<O extends ToXmlCapable> constructor
const
LockInfo<O extends ToXmlCapable> ({
- required LockScope lockScope,
- O? owner,
Implementation
const LockInfo({required this.lockScope, this.owner});