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