replyOwnerId property

int? get replyOwnerId

The ID of the owner of the record in response to which the current one was left.

Implementation

int? get replyOwnerId => payload['reply_owner_id'];