copyWith method

_l copyWith({
  1. _i? recordLocation,
  2. _7? taskId,
  3. _7? collection,
  4. _6? chunks,
  5. _6? appendChunks,
  6. _6? removeChunks,
  7. _7? bucket,
  8. _9? lod,
  9. _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,);