ScanForm constructor

ScanForm(
  1. dynamic id,
  2. dynamic createdAt,
  3. dynamic updatedAt,
  4. dynamic objectType,
  5. dynamic mode,
  6. Address? address,
  7. String? batchId,
  8. String? formFileType,
  9. String? formUrl,
  10. String? message,
  11. String? status,
  12. List<String>? trackingCodes
)

Implementation

ScanForm(
  id,
  createdAt,
  updatedAt,
  objectType,
  mode,
  this.address,
  this.batchId,
  this.formFileType,
  this.formUrl,
  this.message,
  this.status,
  this.trackingCodes,
) : super(id, createdAt, updatedAt, objectType, mode);