unreadCount property
- @TagNumber.new(60)
Stores the number of unread messages in this stream for the specific user (on the basis of the auth token)
Implementation
@$pb.TagNumber(60)
$fixnum.Int64 get unreadCount => $_getI64(12);
- @TagNumber.new(60)
Implementation
@$pb.TagNumber(60)
set unreadCount($fixnum.Int64 value) => $_setInt64(12, value);