toLogString method
Implementation
String toLogString() {
String res = "resultInfo:$resultInfo|resultCode:$resultCode|officialAccountInfo:${officialAccountInfo?.toLogString()}";
return res;
}
String toLogString() {
String res = "resultInfo:$resultInfo|resultCode:$resultCode|officialAccountInfo:${officialAccountInfo?.toLogString()}";
return res;
}