InboxMessage constructor
InboxMessage({
- String id = "",
- String ownerId = "",
- String profileName = "",
- String profileImgUrl = "",
- String text = "",
- int createdTime = 0,
- int seenTime = 0,
- AppMediaType type = AppMediaType.text,
- String mediaUrl = "",
- String referenceId = "",
- int audioDuration = 0,
- List<
String> likedProfiles = const [], - bool isPinned = false,
- String pollId = "",
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.audioDuration = 0,
this.likedProfiles = const [],
this.isPinned = false,
this.pollId = "",
});