HouseholdSearchModel constructor
HouseholdSearchModel({})
Implementation
HouseholdSearchModel({
this.id,
this.memberCount,
this.latitude,
this.longitude,
this.maxRadius,
this.isProximityEnabled,
this.clientReferenceId,
this.tenantId,
super.boundaryCode,
super.isDeleted,
}) : super();