mentionCount property

  1. @BuiltValueField(wireName: r'mention_count')
int? mentionCount

No. of mentions the user has within the unread posts of the channel.

Implementation

@BuiltValueField(wireName: r'mention_count')
int? get mentionCount;