AFNavigateAction class

Base class for action that manipulates the route (pushing, popping, replacing) and determines which screen is showing, and what data is visible.

Inheritance
Implementers
Annotations

Constructors

AFNavigateAction({AFID? id, required AFRouteParam param, required List<AFRouteParam>? children, required AFAsyncQuery? executeBefore, required AFAsyncQuery? executeDuring, required RouteTransitionsBuilder? transitionsBuilder})

Properties

children List<AFRouteParam>?
final
executeBefore AFAsyncQuery?
final
executeDuring AFAsyncQuery?
final
hashCode int
The hash code for this object.
no setterinherited
id AFID?
finalinherited
key String
no setterinherited
param AFRouteParam
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId AFScreenID
no setter
transitionsBuilder RouteTransitionsBuilder?
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