WebhookEmailReadPayload constructor
WebhookEmailReadPayload({})
Returns a new WebhookEmailReadPayload instance.
Implementation
WebhookEmailReadPayload({
required this.messageId,
required this.webhookId,
required this.eventName,
this.webhookName,
required this.emailId,
required this.inboxId,
required this.emailIsRead,
required this.createdAt,
});