ScreenViewAnalyticsEvent class
AnalyticsEvent for push or pop Route. Distinguished because usually with event send on change screen view also modify screen context for other events
- Inheritance
-
- Object
- AnalyticsEvent
- ScreenViewAnalyticsEvent
Constructors
-
ScreenViewAnalyticsEvent.new({required String pageName, required ScreenViewType screenViewType, Map<
String, Object> params = const {}}) -
Create ScreenViewAnalyticsEvent with
pageName
,screenViewType
and optionalparams
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited