toLogString method
Implementation
String toLogString() {
String res = "userID:$userID|friendRemark:$friendRemark|friendGroups:$friendGroups|friendCustomInfo:$friendCustomInfo";
return res;
}
String toLogString() {
String res = "userID:$userID|friendRemark:$friendRemark|friendGroups:$friendGroups|friendCustomInfo:$friendCustomInfo";
return res;
}