toLogString method
Implementation
String toLogString() {
String res = "reactionID:$reactionID|totalUserCount:$totalUserCount|partialUserList:${json.encode(partialUserList.map((e) => e.toLogString()).toList())}|reactedByMyself:$reactedByMyself";
return res;
}