FileUpload constructor

FileUpload({
  1. String? dataSourceId,
  2. List<Issue>? issues,
  3. String? itemsCreated,
  4. String? itemsTotal,
  5. String? itemsUpdated,
  6. String? name,
  7. String? processingState,
  8. String? uploadTime,
})

Implementation

FileUpload({
  this.dataSourceId,
  this.issues,
  this.itemsCreated,
  this.itemsTotal,
  this.itemsUpdated,
  this.name,
  this.processingState,
  this.uploadTime,
});