InboxMessage constructor
InboxMessage({})
Implementation
InboxMessage({
required this.queueId,
this.deliveryId,
this.expiry,
required this.sentAt,
required this.topics,
required this.type,
required this.opened,
this.priority,
required this.properties,
});