toLogString method

String toLogString()

Implementation

String toLogString() {
  String res =
      "groupID:$groupID, userID:$userID, modifyFlag:$modifyFlag, receiveMessageOpt:$receiveMessageOpt, role:$role, seconds:$seconds, nameCard:$nameCard, customInfo:$customInfo";
  return res;
}