user property

  1. @JsonKey(name: 'user')
User? get user
inherited

The user that changed the reaction, if the user isn't anonymous.

Implementation

@JsonKey(name: 'user')
User? get user;