commentsCount property

int? get commentsCount

Number of comments on the video. The field is not returned if comments are not available.

Implementation

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