replyCount property

int? replyCount
getter/setter pair

Number of replies this comment has.

Can be null if reply count is not available. This may differ from replies.length if replies are not yet loaded.

Implementation

int? replyCount;