NudgeClicked constructor

const NudgeClicked({
  1. String? elementId,
  2. String? ctaLabel,
  3. String? actionType,
  4. String? actionUrl,
  5. String? ctaRole,
  6. int? timeToActionMs,
})

Implementation

const NudgeClicked({
  this.elementId,
  this.ctaLabel,
  this.actionType,
  this.actionUrl,
  this.ctaRole,
  this.timeToActionMs,
});