Fan

 

const class

flux::HistoryItem

sys::Obj
  flux::HistoryItem

@serializable

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.