copyWith method
_j
copyWith({
- _7? taskId,
- _7? collection,
- _6? chunks,
- _6? appendChunks,
- _6? removeChunks,
- _7? bucket,
Implementation
_j copyWith({_7? taskId,_7? collection,_6? chunks,_6? appendChunks,_6? removeChunks,_7? bucket,})=>_j(taskId: taskId??_H.taskId,collection: collection??_H.collection,chunks: (chunks??_H.chunks).$u(appendChunks,removeChunks),bucket: bucket??_H.bucket,);