isReplyToUser property

bool? get isReplyToUser

The ID of the user or community to whom the current comment was left in response (if applicable).

Implementation

bool? get isReplyToUser => checkBoolInProperty('reply_to_user');