AttributionReportingAggregatableValueDictEntry constructor

AttributionReportingAggregatableValueDictEntry({
  1. required String key,
  2. required num value,
  3. required UnsignedInt64AsBase10 filteringId,
})

Implementation

AttributionReportingAggregatableValueDictEntry({
  required this.key,
  required this.value,
  required this.filteringId,
});