ProgressModel constructor
ProgressModel({})
Implementation
ProgressModel({
this.status = '',
this.uploadPercentage = 0.0,
this.currentChunkIndex = 0,
this.totalChunks = 0,
this.chunksUploaded = 0,
this.isCompleted = false,
});