unreadMentionCount property Null safety

  1. @JsonKey(defaultValue: 0)
int unreadMentionCount
read / write

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

Implementation

@JsonKey(defaultValue: 0)
int unreadMentionCount;