AiutaAnalyticOnboardingEvent class
This event is sent when a user interacts with an onboarding screens.
- Inheritance
-
- Object
- AiutaAnalyticEvent
- AiutaAnalyticOnboardingEvent
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaAnalyticOnboardingEvent({required AiutaAnalyticOnboardingEventType event})
- Creates an onboarding event.
-
AiutaAnalyticOnboardingEvent.fromJson(Map<
String, dynamic> json) -
Creates an onboarding event from a JSON object.
factory
Properties
- event → AiutaAnalyticOnboardingEventType
-
Type of the onboarding 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 onboarding event to a JSON object.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited