HouseholdMemberSearchModel constructor
HouseholdMemberSearchModel({
- 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,
- 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();