unreadMessageCount property Null safety

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

Unread message count of the channel

Implementation

@JsonKey(defaultValue: 0)
int unreadMessageCount;