AttributionReportingAggregatableValueEntry constructor

AttributionReportingAggregatableValueEntry({
  1. required List<AttributionReportingAggregatableValueDictEntry> values,
  2. required AttributionReportingFilterPair filters,
})

Implementation

AttributionReportingAggregatableValueEntry({
  required this.values,
  required this.filters,
});