commentsCount property

int? get commentsCount

The number of comments.

Implementation

int? get commentsCount => payload['comments'];