user property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
User? user
final

The user that sent the reaction

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final User? user;