ClickTag constructor
ClickTag({
- CreativeClickThroughUrl? clickThroughUrl,
- String? eventName,
- String? name,
Implementation
ClickTag({this.clickThroughUrl, this.eventName, this.name});