toLogString method

String toLogString()

Implementation

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