AppInboxMessage constructor
AppInboxMessage({})
Implementation
AppInboxMessage({
required this.id,
required this.title,
required this.createdDate,
required this.isNewMessage,
this.content,
this.imageUrl,
this.linkUrl,
this.category,
this.customData,
});