toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "memberInfoList:${json.encode(memberInfoList?.map((e) => e.toLogString()).toList())}|nextCursor:$nextCursor";
  return res;
}