AiutaAnalyticsHistoryEvent class

This event is sent when a user interacts with the try-on history screen.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaAnalyticsHistoryEvent({required AiutaAnalyticsHistoryEventType event})
Creates a history event.
AiutaAnalyticsHistoryEvent.fromJson(Map<String, dynamic> json)
Creates a history event from a JSON object.
factory

Properties

event AiutaAnalyticsHistoryEventType
Type of the history event.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AiutaAnalyticEventType
Type of the analytic event.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the history event to a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited