AttributionReportingAggregatableDedupKey constructor
AttributionReportingAggregatableDedupKey({
- UnsignedInt64AsBase10? dedupKey,
- required AttributionReportingFilterPair filters,
Implementation
AttributionReportingAggregatableDedupKey({
this.dedupKey,
required this.filters,
});