toString method

  1. @override
String toString()
override

Generates a string representation of the ReactionCount.

Implementation

@override
String toString() {
  return """ReactionCount {reaction: $reaction, count: $count, reactedByMe: $reactedByMe}""";
}