userId property

  1. @JsonKey(includeToJson: false)
String? userId
final

The userId that sent the reaction

Implementation

@JsonKey(includeToJson: false)
final String? userId;