SideEffectModel constructor

SideEffectModel({
  1. SideEffectAdditionalFields? additionalFields,
  2. String? id,
  3. String? projectId,
  4. String? taskClientReferenceId,
  5. int? reAttempts,
  6. List<String>? symptoms,
  7. bool? nonRecoverableError = false,
  8. required String clientReferenceId,
  9. String? tenantId,
  10. int? rowVersion,
  11. AuditDetails? auditDetails,
  12. ClientAuditDetails? clientAuditDetails,
  13. bool? isDeleted = false,
})

Implementation

SideEffectModel({
  this.additionalFields,
  this.id,
  this.projectId,
  this.taskClientReferenceId,
  this.reAttempts,
  this.symptoms,
  this.nonRecoverableError = false,
  required this.clientReferenceId,
  this.tenantId,
  this.rowVersion,
  super.auditDetails,
  super.clientAuditDetails,
  super.isDeleted = false,
}) : super();