isReplyToComment property

bool? get isReplyToComment

The ID of the comment that the current one was left in response to (if applicable).

Implementation

bool? get isReplyToComment => checkBoolInProperty('reply_to_comment');