isLoadMoreComments property

bool isLoadMoreComments

True if this instance of MoreComments is the equivalent of the 'load more comments' link in www.reddit.com comments.

When this is true, count should be non-zero.

Implementation

bool get isLoadMoreComments => !isContinueThisThread;