commentsCount property

int? get commentsCount

number of comments;

Implementation

int? get commentsCount => _comments?['count'];