UploadRecivedModel constructor

UploadRecivedModel({
  1. String fieldname = '',
  2. String originalname = '',
  3. String encoding = '',
  4. String mimetype = '',
  5. String destination = '',
  6. String filename = '',
  7. String path = '',
  8. String size = '',
})

Implementation

UploadRecivedModel({
  this.fieldname = '',
  this.originalname = '',
  this.encoding = '',
  this.mimetype = '',
  this.destination = '',
  this.filename = '',
  this.path = '',
  this.size = '',
});