AddressSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
AddressSearchModel.ignoreDeleted({
this.id,
this.latitude,
this.longitude,
this.limit,
this.offset,
this.maxRadius,
this.tenantId,
super.boundaryCode,
}) : super(isDeleted: false);