UrlUploadStatusEntity constructor

const UrlUploadStatusEntity({
  1. String errorMessage = '',
  2. UrlUploadStatusValue? status,
  3. FileInfoEntity? fileInfo,
  4. ProgressEntity? progress,
})

Implementation

const UrlUploadStatusEntity({
  this.errorMessage = '',
  this.status,
  this.fileInfo,
  this.progress,
});