JobDetails constructor

JobDetails({
  1. int? documentsWithErrorsCount,
  2. int? inputDocumentsCount,
  3. int? translatedDocumentsCount,
})

Implementation

JobDetails({
  this.documentsWithErrorsCount,
  this.inputDocumentsCount,
  this.translatedDocumentsCount,
});