AdTraceEventFailure constructor
AdTraceEventFailure({})
Implementation
AdTraceEventFailure({
required this.message,
required this.timestamp,
required this.adid,
required this.eventToken,
required this.callbackId,
required this.jsonResponse,
required this.willRetry,
});