ExternalOfferDetails constructor

ExternalOfferDetails({
  1. String? appDownloadEventExternalTransactionId,
  2. String? installedAppCategory,
  3. String? installedAppPackage,
  4. String? linkType,
})

Implementation

ExternalOfferDetails({
  this.appDownloadEventExternalTransactionId,
  this.installedAppCategory,
  this.installedAppPackage,
  this.linkType,
});