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