reactionCounts property

Map<String, int> reactionCounts
getter/setter pair

An object containing number of reactions of each type. Key: reaction type (string), value: number of reactions (int)

Implementation

Map<String, int> reactionCounts;