reactionCounts property

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

A map describing the count of number of every reaction.

Implementation

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