parentId property

  1. @JsonKey(name: 'parent_id')
String? parentId
final

If present, the id of the comment to which this is the reply.

Implementation

@JsonKey(name: 'parent_id')
final String? parentId;