GetIosReopenAttributionResponse constructor

GetIosReopenAttributionResponse({
  1. String? deepLink,
  2. String? invitationId,
  3. String? iosMinAppVersion,
  4. String? resolvedLink,
  5. String? utmCampaign,
  6. String? utmContent,
  7. String? utmMedium,
  8. String? utmSource,
  9. String? utmTerm,
})

Implementation

GetIosReopenAttributionResponse({
  this.deepLink,
  this.invitationId,
  this.iosMinAppVersion,
  this.resolvedLink,
  this.utmCampaign,
  this.utmContent,
  this.utmMedium,
  this.utmSource,
  this.utmTerm,
});