reactionCounts property

Map<String, int>? reactionCounts
final

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

Implementation

final Map<String, int>? reactionCounts;