AttributionReportingAggregatableValueEntry constructor
AttributionReportingAggregatableValueEntry({
- required List<
AttributionReportingAggregatableValueDictEntry> values, - required AttributionReportingFilterPair filters,
Implementation
AttributionReportingAggregatableValueEntry({
required this.values,
required this.filters,
});