toLogString method
Implementation
String toLogString() {
String res = "resultCode:$resultCode|resultInfo:$resultInfo|messageID:$messageID|reactionList:${json.encode(reactionList?.map((e) => e.toLogString()).toList())}";
return res;
}
String toLogString() {
String res = "resultCode:$resultCode|resultInfo:$resultInfo|messageID:$messageID|reactionList:${json.encode(reactionList?.map((e) => e.toLogString()).toList())}";
return res;
}