threadCount property

int? get threadCount

the number of comments in the thread.

Implementation

int? get threadCount => payload['thread']?['count'];