GetIosReopenAttributionRequest constructor

GetIosReopenAttributionRequest({
  1. String? bundleId,
  2. String? requestedLink,
  3. String? sdkVersion,
})

Implementation

GetIosReopenAttributionRequest({
  this.bundleId,
  this.requestedLink,
  this.sdkVersion,
});