HistoryItem class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String
-
The unique identifier for the item.
getter/setter pair
-
lastVisitTime
↔ double?
-
When this page was last loaded, represented in milliseconds since the
epoch.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
title
↔ String?
-
The title of the page when it was last loaded.
getter/setter pair
-
toJS
→ HistoryItem
-
no setter
-
typedCount
↔ int?
-
The number of times the user has navigated to this page by typing in the
address.
getter/setter pair
-
url
↔ String?
-
The URL navigated to by a user.
getter/setter pair
-
visitCount
↔ int?
-
The number of times the user has navigated to this page.
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