AiutaAnalyticsHistoryEvent constructor

AiutaAnalyticsHistoryEvent({
  1. required AiutaAnalyticsHistoryEventType event,
})

Creates a history event.

Implementation

AiutaAnalyticsHistoryEvent({
  required this.event,
}) : super(AiutaAnalyticEventType.pickerEvent);