AiutaAnalyticsHistoryEvent constructor
AiutaAnalyticsHistoryEvent({
- required AiutaAnalyticsHistoryEventType event,
- required AiutaAnalyticsPageId pageId,
- required List<
String> productIds,
Creates a history event.
Implementation
AiutaAnalyticsHistoryEvent({
required this.event,
required this.pageId,
required List<String> productIds,
}) : super(
type: AiutaAnalyticsEventType.picker,
pageId: pageId,
productIds: productIds,
);