UploadFile constructor

UploadFile(
  1. String url,
  2. File file,
  3. String contentType,
  4. String fileName,
  5. int fileSize,
)

Implementation

UploadFile(this.url, this.file, this.contentType, this.fileName, this.fileSize);