PipStepClicked constructor

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

Implementation

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