HouseholdMemberSearchModel.ignoreDeleted constructor
HouseholdMemberSearchModel.ignoreDeleted(
{ - String? id,
- List<String>? individualClientReferenceIds,
- List<String>? householdClientReferenceIds,
- List<String>? householdId,
- List<String>? householdClientReferenceId,
- List<String>? individualId,
- List<String>? individualClientReferenceId,
- bool? isHeadOfHousehold,
- List<String>? clientReferenceId,
- String? tenantId,
- 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);