NavigationResult<T extends Object?> class

Provides access to the Route created after a route has been pushed.

Also provides access to any value returned when popping the route.

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
result Future<T?>
Used to get the return value from a route.
no setter
route Future<Route>
Returns the top-most route that was created as a result of the navigation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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