HFReferralSearchModel constructor
HFReferralSearchModel({
- 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,
- bool? isDeleted = false,
Implementation
HFReferralSearchModel({
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,
}) : super();