const class flux::HistoryItem

sys::Obj
  flux::HistoryItem

@Serializable

Source

HistoryItem stores information about navigation to a specific uri.

iconUri

const Uri? iconUri

Source

Uri for icon of resource or null.

make

new make(|This|? f := null)

Source

Default constructor with it-block

time

const DateTime time := DateTime.now

Source

Last time of access.

toStr

virtual override Str toStr()

Source

Return uri string.

uri

const Uri uri := ``

Source

Uri of resource.