BouncedRecipientDto constructor
BouncedRecipientDto({})
Returns a new BouncedRecipientDto instance.
Implementation
BouncedRecipientDto({
required this.id,
this.userId,
this.sentEmailId,
required this.recipient,
this.diagnosticCode,
this.action,
this.status,
required this.createdAt,
});