AttributionReportingAggregatableDedupKey constructor

AttributionReportingAggregatableDedupKey({
  1. UnsignedInt64AsBase10? dedupKey,
  2. required AttributionReportingFilterPair filters,
})

Implementation

AttributionReportingAggregatableDedupKey({
  this.dedupKey,
  required this.filters,
});