HouseholdMemberSearchModel constructor

HouseholdMemberSearchModel({
  1. String? id,
  2. List<String>? individualClientReferenceIds,
  3. List<String>? householdClientReferenceIds,
  4. List<String>? householdId,
  5. List<String>? householdClientReferenceId,
  6. List<String>? individualId,
  7. List<String>? individualClientReferenceId,
  8. bool? isHeadOfHousehold,
  9. List<String>? clientReferenceId,
  10. String? tenantId,
  11. String? boundaryCode,
  12. bool? isDeleted = false,
})

Implementation

HouseholdMemberSearchModel({
  this.id,
  this.individualClientReferenceIds,
  this.householdClientReferenceIds,
  this.householdId,
  this.householdClientReferenceId,
  this.individualId,
  this.individualClientReferenceId,
  this.isHeadOfHousehold,
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}) : super();