userId property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
String? userId
final

The userId that sent the reaction

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final String? userId;