ApphudAttributionData constructor

ApphudAttributionData({
  1. required Map<String, dynamic> rawData,
  2. String? adNetwork,
  3. String? channel,
  4. String? campaign,
  5. String? adSet,
  6. String? creative,
  7. String? keyword,
  8. String? custom1,
  9. String? custom2,
})

Implementation

ApphudAttributionData({
  required this.rawData,
  this.adNetwork,
  this.channel,
  this.campaign,
  this.adSet,
  this.creative,
  this.keyword,
  this.custom1,
  this.custom2,
});