reactionScores property

  1. @JsonKey(includeToJson: false)
Map<String, int>? reactionScores
final

A map describing the count of score of every reaction.

Implementation

@JsonKey(includeToJson: false)
final Map<String, int>? reactionScores;