LockRequestParam.renew constructor
const
LockRequestParam.renew({
- required IfOr condition,
- DavTimeout? timeout,
- bool? recursive,
Implementation
const LockRequestParam.renew(
{required IfOr this.condition, this.timeout, bool? recursive})
: lockInfo = null,
depth =
recursive != null ? (recursive ? Depth.all : Depth.resource) : null;