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