CarouselClicked constructor

const CarouselClicked({
  1. String? elementId,
  2. String? ctaLabel,
  3. String? actionType,
  4. String? actionUrl,
})

Implementation

const CarouselClicked({
  this.elementId,
  this.ctaLabel,
  this.actionType,
  this.actionUrl,
});