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