ChunkUploadException constructor
ChunkUploadException(})
Implementation
ChunkUploadException(
this.message, {
required this.fileUuid,
required this.uploadKey,
required this.lastSuccessfulChunk,
Set<int>? completedChunks,
this.fileKey,
this.originalError,
}) : completedChunks = completedChunks ?? <int>{};