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