ClickThroughUrl constructor

ClickThroughUrl({
  1. String? computedClickThroughUrl,
  2. String? customClickThroughUrl,
  3. bool? defaultLandingPage,
  4. String? landingPageId,
})

Implementation

ClickThroughUrl({
  this.computedClickThroughUrl,
  this.customClickThroughUrl,
  this.defaultLandingPage,
  this.landingPageId,
});