HistoryItem stores information about navigation to a specific uri.
Slots
- iconUriSource
-
const Uri? iconUri
Uri for icon of resource or null.
- makeSource
-
new make(|HistoryItem|? f := null)
Default constructor with it-block
- timeSource
-
const DateTime time := DateTime.now
Last time of access.
- toStrSource
-
override Str toStr()
Overrides sys::Obj.toStr
Return uri string.
- uriSource
-
const Uri uri := ``
Uri of resource.