toLogString method
Implementation
String toLogString() {
String res = "name:$name|friendCount:$friendCount|friendIDList:${json.encode(friendIDList ?? [])}";
return res;
}
String toLogString() {
String res = "name:$name|friendCount:$friendCount|friendIDList:${json.encode(friendIDList ?? [])}";
return res;
}