NopRouteActionMixin<T> mixin
- Mixin applications
Properties
- arguments → Object?
-
no setter
- context → BuildContext?
-
no setter
-
go
→ Future<
T?> -
no setter
-
goRs
→ FutureOr<
String?> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- route → NopRoute
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
goAndRemoveUntil(
bool predicate(Route)) → Future< T?> -
goAndRemoveUntilRs(
RoutePredicate predicate) → FutureOr< String?> -
goReplacement(
{Object? result}) → Future< T?> -
goReplacementRs(
{Object? result}) → FutureOr< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
popAndGo(
{Object? result}) → Future< T?> -
popAndGoRs(
{Object? result}) → FutureOr< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited