DocumentsLocalModel constructor

DocumentsLocalModel({
  1. String? id,
  2. String? docName,
  3. String? fileName,
  4. String? fileUrl,
  5. String? formatType,
  6. int? galleryType,
  7. XFile? file,
  8. File? pdfFile,
})

Implementation

DocumentsLocalModel({
  this.id,
  this.docName,
  this.fileName,
  this.fileUrl,
  this.formatType,
  this.galleryType,
  this.file,
  this.pdfFile,
  // this.expireDate,
});