postId property

  1. @BuiltValueField(wireName: 'post_id')
int? postId

string containing owner_id - user ID and record id in the format <owner_id>_

Implementation

@BuiltValueField(wireName: 'post_id')
int? get postId;