UploadStreamProgress constructor
Implementation
UploadStreamProgress({
required this.progressStatus,
this.loaded = 0,
this.total = 0,
this.progress = 0,
this.errorMessage,
this.isCanceled = false,
});
UploadStreamProgress({
required this.progressStatus,
this.loaded = 0,
this.total = 0,
this.progress = 0,
this.errorMessage,
this.isCanceled = false,
});