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