ServiceSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
ServiceSearchModel.ignoreDeleted({
this.id,
this.clientId,
this.serviceDefId,
this.accountId,
this.createdAt,
this.tenantId,
super.boundaryCode,
}) : super(isDeleted: false);