AttributionReportingAggregationKeysEntry constructor
      
      AttributionReportingAggregationKeysEntry({ 
    
    
- required String key,
- required UnsignedInt128AsBase16 value,
Implementation
AttributionReportingAggregationKeysEntry({
  required this.key,
  required this.value,
});