SideEffectModel constructor

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

Implementation

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