AiutaAnalyticsTryOnEvent constructor
AiutaAnalyticsTryOnEvent({
- required AiutaAnalyticsTryOnEventType event,
- required AiutaAnalyticPageId pageId,
- required String productId,
- String? errorMessage,
Creates a try-on event.
Implementation
AiutaAnalyticsTryOnEvent({
required this.event,
required this.pageId,
required this.productId,
this.errorMessage,
}) : super(
type: AiutaAnalyticEventType.pickerEvent,
pageId: pageId,
productId: productId,
);