parent property

  1. @JsonKey(includeIfNull: false)
String? parent
final

ID of the parent reaction.

If provided, it must be the ID of a reaction that has no parents.

Implementation

@JsonKey(includeIfNull: false)
final String? parent;