toLogString method

String toLogString()

Implementation

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