CommonCopyMoveRequestParam constructor

const CommonCopyMoveRequestParam({
  1. required Uri destination,
  2. Depth? depth,
  3. bool? overwrite,
  4. IfOr? condition,
})

Implementation

const CommonCopyMoveRequestParam(
    {required this.destination, this.depth, this.overwrite, this.condition});