AttributionReportingVerboseDebugReportSentEvent constructor

AttributionReportingVerboseDebugReportSentEvent({
  1. required String url,
  2. List<Map<String, dynamic>>? body,
  3. int? netError,
  4. String? netErrorName,
  5. int? httpStatusCode,
})

Implementation

AttributionReportingVerboseDebugReportSentEvent({
  required this.url,
  this.body,
  this.netError,
  this.netErrorName,
  this.httpStatusCode,
});