menu
jaspr_hooks package
documentation
web.dart
HistoryEntry
HistoryEntry.new const constructor
HistoryEntry.new const constructor
dark_mode
light_mode
HistoryEntry
constructor
const
HistoryEntry
(
{
required
Uri
uri
,
Object
?
state
,
})
Creates a history entry snapshot.
Implementation
const HistoryEntry({required this.uri, this.state});
jaspr_hooks package
documentation
web
HistoryEntry
HistoryEntry.new const constructor
HistoryEntry class