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