ClickTag constructor

ClickTag({
  1. CreativeClickThroughUrl? clickThroughUrl,
  2. String? eventName,
  3. String? name,
})

Implementation

ClickTag({
  this.clickThroughUrl,
  this.eventName,
  this.name,
});