HFReferralSearchModel constructor

HFReferralSearchModel({
  1. List<String>? id,
  2. String? tenantId,
  3. String? name,
  4. List<String>? projectId,
  5. List<String>? projectFacilityId,
  6. List<String>? symptomSurveyId,
  7. List<String>? beneficiaryId,
  8. List<String>? referralCode,
  9. List<String>? nationalLevelId,
  10. List<String>? symptom,
  11. List<String>? clientReferenceId,
  12. String? boundaryCode,
  13. 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();