copyWith method

_j copyWith({
  1. _7? taskId,
  2. _7? collection,
  3. _6? chunks,
  4. _6? appendChunks,
  5. _6? removeChunks,
  6. _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,);