SideEffectSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
SideEffectSearchModel.ignoreDeleted({
  1. List<String>? id,
  2. List<String>? taskClientReferenceId,
  3. String? projectId,
  4. int? reAttempts,
  5. List<String>? symptoms,
  6. List<String>? clientReferenceId,
  7. String? tenantId,
  8. String? boundaryCode,
})

Implementation

@MappableConstructor()
SideEffectSearchModel.ignoreDeleted({
  this.id,
  this.taskClientReferenceId,
  this.projectId,
  this.reAttempts,
  this.symptoms,
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
}) : super(isDeleted: false);