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.

Implemented types
Annotations

Constructors

PageViewEvent({String? title})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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

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