toLogString method
Implementation
String toLogString() {
String res = "conversationType:$conversationType|conversationGroup:$conversationGroup|markType:$markType|hasUnreadCount:$hasUnreadCount|hasGroupAtInfo:$hasGroupAtInfo";
return res;
}
String toLogString() {
String res = "conversationType:$conversationType|conversationGroup:$conversationGroup|markType:$markType|hasUnreadCount:$hasUnreadCount|hasGroupAtInfo:$hasGroupAtInfo";
return res;
}