VisitItem class
Constructors
- VisitItem({required String id, required String visitId, double? visitTime, required String referringVisitId, required TransitionType transition, required bool isLocal})
- VisitItem.fromJS(VisitItem _wrapped)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
The unique identifier for the corresponding history.HistoryItem.
getter/setter pair
- isLocal ↔ bool
-
True if the visit originated on this device. False if it was synced from a
different device.
getter/setter pair
- referringVisitId ↔ String
-
The visit ID of the referrer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJS → VisitItem
-
no setter
- transition ↔ TransitionType
-
The transition type for this visit from its referrer.
getter/setter pair
- visitId ↔ String
-
The unique identifier for this visit.
getter/setter pair
- visitTime ↔ double?
-
When this visit occurred, represented in milliseconds since the epoch.
getter/setter pair
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