PageViewEvent class Adding data to your events Tracking events
Event to capture page views on the Web.
Page views automatically capture URL, referrer and page title.
Constructors
- PageViewEvent({String? title, String? url, String? referrer})
-
const
-
PageViewEvent.fromMap(Map<
String, Object?> map)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- referrer → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
Optional title to replace the one automatically inferred from page title attribute.
final
- url → String?
-
final
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