AnalyticsEvent constructor

AnalyticsEvent({
  1. String? id,
  2. String? pageType,
  3. String? position,
  4. String? promotionName,
})

Implementation

AnalyticsEvent({
  this.id,
  this.pageType,
  this.position,
  this.promotionName,
});