replyPostId property

int? get replyPostId

ID of the record that the current one was left in response to.

Implementation

int? get replyPostId => payload['reply_post_id'];