HouseholdMemberSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
HouseholdMemberSearchModel.ignoreDeleted({
  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,
})

Implementation

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