ActiveLock<O> constructor
const
ActiveLock<O> ({})
Implementation
const ActiveLock(
{required this.lockScope,
required this.isWriteLock,
required this.depth,
this.owner,
this.timeout,
this.lockToken,
this.lockRoot});