toLogString method

dynamic toLogString()

Implementation

toLogString() {
  String res =
      "userID:$userID|nickName:$nickName|faceUrl:$faceUrl|selfSignature:$selfSignature|gender:$gender|allowType:$allowType|role:$role|level:$level|birthday:$birthday|customInfo:$customInfo";
  return res;
}