isContinueThisThread property

bool isContinueThisThread

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

When this is true, count will be equal to 0.

Implementation

bool get isContinueThisThread => (_count == 0);