toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "topicID:$topicID|$topicName|$isAllMute|$unreadCount|lastMessage:${lastMessage?.msgID}";
  return res;
}