HistoryEntry class final
The current browser history entry.
- Annotations
-
- @immutable
Constructors
- HistoryEntry({required Uri uri, Object? state})
-
Creates a history entry snapshot.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override