ProjectFacilitySearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
ProjectFacilitySearchModel.ignoreDeleted({
this.id,
this.facilityId,
this.projectId,
this.tenantId,
super.boundaryCode,
}) : super(isDeleted: false);