TestUpload constructor

const TestUpload(
  1. String field,
  2. String filename,
  3. List<int> bytes, {
  4. String contentType = 'application/octet-stream',
})

Implementation

const TestUpload(
  this.field,
  this.filename,
  this.bytes, {
  this.contentType = 'application/octet-stream',
});