AiutaAnalyticsHistoryEvent constructor
AiutaAnalyticsHistoryEvent({
- required AiutaAnalyticsHistoryEventType event,
Creates a history event.
Implementation
AiutaAnalyticsHistoryEvent({
required this.event,
}) : super(AiutaAnalyticEventType.pickerEvent);