toMap method
Implementation
Map<String, dynamic> toMap() => {
"errorCode": errorCode,
"errorMessage": errorMessage,
"errorDescription": errorDescription,
"targetValue": targetValue,
"level": level,
"businessException": businessException,
"apiLogKey": apiLogKey,
"customId": customId,
};