AddonsFunDetails constructor

AddonsFunDetails({
  1. int? idAddonsFunDtls,
  2. String? createdOn,
  3. int? updatedBy,
  4. String? updatedOn,
  5. String? addOnType,
  6. String? imageName,
  7. String? userDisplayName,
  8. int? createdBy,
  9. int? funRefId,
  10. String? funRefVal,
  11. int? isActive,
  12. int? isMarked,
  13. bool? isMarkedImp,
  14. int? moduleId,
  15. String? pageElementId,
  16. int? transId,
  17. String? transType,
})

Implementation

AddonsFunDetails({
  this.idAddonsFunDtls,
  this.createdOn,
  this.updatedBy,
  this.updatedOn,
  this.addOnType,
  this.imageName,
  this.userDisplayName,
  this.createdBy,
  this.funRefId,
  this.funRefVal,
  this.isActive,
  this.isMarked,
  this.isMarkedImp,
  this.moduleId,
  this.pageElementId,
  this.transId,
  this.transType,
});