readCommentsCount property

int? get readCommentsCount

The number of comments read (only when requesting information about the current user's note).

Implementation

int? get readCommentsCount => payload['read_comments'];