InboxMessage constructor
InboxMessage({})
Implementation
InboxMessage({
required this.messageId,
this.title,
this.body,
this.preview,
this.created,
this.actions,
this.data,
this.archived,
this.read,
this.opened,
});