copyWith method
_l
copyWith({
- _i? recordLocation,
- _7? taskId,
- _7? collection,
- _6? chunks,
- _6? appendChunks,
- _6? removeChunks,
- _7? bucket,
- _9? lod,
- _9? deltaLod,
Implementation
_l copyWith({_i? recordLocation,_7? taskId,_7? collection,_6? chunks,_6? appendChunks,_6? removeChunks,_7? bucket,_9? lod,_9? deltaLod,})=>_l(recordLocation: recordLocation??_H.recordLocation,taskId: taskId??_H.taskId,collection: collection??_H.collection,chunks: (chunks??_H.chunks).$u(appendChunks,removeChunks),bucket: bucket??_H.bucket,lod: deltaLod!=null?(lod??_H.lod)+deltaLod:lod??_H.lod,);