Generates a string representation of the ReactionCount.
ReactionCount
@override String toString() { return """ReactionCount {reaction: $reaction, count: $count, reactedByMe: $reactedByMe}"""; }