NopRouteAction<T> class
路由跳转行为
- Mixed-in types
Constructors
- NopRouteAction({Object? arguments, BuildContext? context, required NopRoute route})
Properties
- arguments → Object?
-
final
- context → BuildContext?
-
final
-
go
→ Future<
T?> -
no setterinherited
-
goRs
→ FutureOr<
String?> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- route → NopRoute
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
goAndRemoveUntil(
bool predicate(Route)) → Future< T?> -
inherited
-
goAndRemoveUntilRs(
RoutePredicate predicate) → FutureOr< String?> -
inherited
-
goReplacement(
{Object? result}) → Future< T?> -
inherited
-
goReplacementRs(
{Object? result}) → FutureOr< String?> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popAndGo(
{Object? result}) → Future< T?> -
inherited
-
popAndGoRs(
{Object? result}) → FutureOr< String?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited