ListUnsubscribeRecipientProjection constructor
ListUnsubscribeRecipientProjection({})
Returns a new ListUnsubscribeRecipientProjection instance.
Implementation
ListUnsubscribeRecipientProjection({
required this.id,
required this.emailAddress,
required this.createdAt,
this.domainId,
});