TargetSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
TargetSearchModel.ignoreDeleted({
  1. String? tenantId,
  2. String? boundaryCode,
})

Implementation

@MappableConstructor()
TargetSearchModel.ignoreDeleted({
  this.tenantId,
  super.boundaryCode,
}):  super(isDeleted: false);