AttributesSearchModel.ignoreDeleted constructor
AttributesSearchModel.ignoreDeleted(
{ - String? id,
- String? dataType,
- String? referenceId,
- String? tenantId,
- String? code,
- String? isActive,
- bool? required,
- String? regex,
- int? order,
- String? boundaryCode,
})
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);