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