NavigateToAction class

The action to be dispatched in the store in order to trigger a navigation.

Constructors

Create a navigation action.
factory
factory
factory
factory
factory

Properties

arguments Object?
Optional object to be passed either in NavigationType.shouldPush or NavigationType.shouldReplace.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
postNavigation Function?
Optional callback function to be called after the actual navigation. e.g. de-activate the loader.
final
predicate RoutePredicate?
Optional object to be passed either in NavigationType.shouldPushNamedAndRemoveUntil or in NavigationType.shouldPopUntil
final
preNavigation Function?
Optional callback function to be called before the actual navigation. e.g. activate the loader.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NavigationType
Controls the method to be called on the Navigator with the specified name.
final

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.
inherited