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'];
The ID of the owner of the record in response to which the current one was left.
int? get replyOwnerId => payload['reply_owner_id'];