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