InboxMessage constructor
InboxMessage({})
Implementation
InboxMessage({
this.id = "",
this.ownerId = "",
this.profileName = "",
this.profileImgUrl = "",
this.text = "",
this.createdTime = 0,
this.seenTime = 0,
this.type = AppMediaType.text,
this.mediaUrl = "",
this.referenceId = "",
this.likedProfiles = const []
});