AttributionReportingAggregationKeysEntry constructor

AttributionReportingAggregationKeysEntry({
  1. required String key,
  2. required UnsignedInt128AsBase16 value,
})

Implementation

AttributionReportingAggregationKeysEntry(
    {required this.key, required this.value});