AddonsFunDetails constructor
AddonsFunDetails({
- int? idAddonsFunDtls,
- String? createdOn,
- int? updatedBy,
- String? updatedOn,
- String? addOnType,
- String? imageName,
- String? userDisplayName,
- int? createdBy,
- int? funRefId,
- String? funRefVal,
- int? isActive,
- int? isMarked,
- bool? isMarkedImp,
- int? moduleId,
- String? pageElementId,
- int? transId,
- 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,
});