FacilitySearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
FacilitySearchModel.ignoreDeleted({
this.name,
this.id,
this.isPermanent,
this.usage,
this.storageCapacity,
this.tenantId,
super.boundaryCode,
}) : super(isDeleted: false);