AttributesSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
AttributesSearchModel.ignoreDeleted({
this.id,
this.dataType,
this.referenceId,
this.tenantId,
this.code,
this.isActive,
this.required,
this.regex,
this.order,
super.boundaryCode,
}) : super(isDeleted: false);