UndoRedoMainNavigationStrategy<T> class

Implemented types

Properties

currentNavigation ↔ T?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previousNavigation ↔ T?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canRedo() bool
override
canUndo() bool
override
logDeepNavigation(T mainNavigation, DeepNavigationNode<T> oldNavigationRoot, DeepNavigationNode<T> newNavigationRoot) → void
override
logNavigation(T oldNavigation, T newNavigation) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redoNavigation() → T
override
toString() String
A string representation of this object.
inherited
undoNavigation() → T
override

Operators

operator ==(Object other) bool
The equality operator.
inherited