AiutaAnalyticPageEvent class

Event that represents a page view. This event is sent when a user navigates to a new page.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaAnalyticPageEvent({required AiutaAnalyticPageId pageId})
Creates a page view event.
AiutaAnalyticPageEvent.fromJson(Map<String, dynamic> json)
Creates a page view event from a JSON object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pageId AiutaAnalyticPageId
Id of the page.
final
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 page view event to a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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