InboxReplierEventProjection constructor
InboxReplierEventProjection({})
Returns a new InboxReplierEventProjection instance.
Implementation
InboxReplierEventProjection({
this.message,
this.id,
this.status,
this.recipients = const [],
this.userId,
this.emailId,
this.inboxId,
required this.createdAt,
this.sentId,
this.replierId,
});