PageViewEvent class Adding data to your events Tracking events
Event to capture page views on the Web. Not implemented on mobile platforms.
Page views automatically capture URL, referrer and page title.
Constructors
- PageViewEvent({String? title})
-
const
Properties
Methods
-
endpoint(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited