unreadMentionCount property

  1. @JsonKey(defaultValue: 0)
int unreadMentionCount
getter/setter pair

The number of mentions that user does not read yet in the channel

Implementation

@JsonKey(defaultValue: 0)
int unreadMentionCount;