InboxForwarderEventProjection constructor
InboxForwarderEventProjection({})
Returns a new InboxForwarderEventProjection instance.
Implementation
InboxForwarderEventProjection({
this.message,
this.id,
this.status,
this.userId,
this.emailId,
this.inboxId,
required this.createdAt,
this.forwarderId,
});