ImageDetails constructor

ImageDetails({
  1. int? createdBy,
  2. String? documentDesc,
  3. String? extension,
  4. String? fileData,
  5. int? fileTypeId,
  6. String? moduleId,
  7. bool? isNeedToUpload,
})

Implementation

ImageDetails({
  this.createdBy,
  this.documentDesc,
  this.extension,
  this.fileData,
  this.fileTypeId,
  this.moduleId,
  this.isNeedToUpload,
});