HFReferralSearchModel.ignoreDeleted constructor
HFReferralSearchModel.ignoreDeleted(
{ - List<String>? id,
- String? tenantId,
- String? name,
- List<String>? projectId,
- List<String>? projectFacilityId,
- List<String>? symptomSurveyId,
- List<String>? beneficiaryId,
- List<String>? referralCode,
- List<String>? nationalLevelId,
- List<String>? symptom,
- List<String>? clientReferenceId,
- String? boundaryCode,
})
Implementation
@MappableConstructor()
HFReferralSearchModel.ignoreDeleted({
this.id,
this.tenantId,
this.name,
this.projectId,
this.projectFacilityId,
this.symptomSurveyId,
this.beneficiaryId,
this.referralCode,
this.nationalLevelId,
this.symptom,
this.clientReferenceId,
super.boundaryCode,
}) : super(isDeleted: false);