LocalitySearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
LocalitySearchModel.ignoreDeleted({
this.code,
this.name,
this.tenantId,
super.boundaryCode,
}): super(isDeleted: false);
@MappableConstructor()
LocalitySearchModel.ignoreDeleted({
this.code,
this.name,
this.tenantId,
super.boundaryCode,
}): super(isDeleted: false);