NiceInboxMessage constructor
const
NiceInboxMessage({})
Implementation
const NiceInboxMessage({
required this.id,
required this.subject,
required this.sender,
required this.date,
this.preview,
this.read = false,
this.starred = false,
this.priority = NiceMessagePriority.normal,
this.avatar,
this.attachments = 0,
});