Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
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
-
popAndPushNamed<T, R>(BuildContext? context, String name, {Object? arguments, R? result})
→ Future<T?>
-
-
pushNamed<T>(BuildContext? context, String name, {Object? arguments})
→ Future<T?>
-
-
pushNamedAndRemoveUntil<T extends Object?>(BuildContext? context, String name, RoutePredicate predicate, {Object? arguments})
→ Future<T?>
-
-
pushReplacementNamed<T, R>(BuildContext? context, String name, {Object? arguments, R? result})
→ Future<T?>
-
-
restorablePopAndPushNamed<R extends Object>(BuildContext? context, String name, {Object? arguments, R? result})
→ FutureOr<String?>
-
-
restorablePushNamed(BuildContext? context, String name, {Object? arguments})
→ FutureOr<String?>
-
-
restorablePushNamedAndRemoveUntil(BuildContext? context, String name, RoutePredicate predicate, {Object? arguments})
→ FutureOr<String?>
-
-
restorablePushReplacementNamed<R extends Object>(BuildContext? context, String name, {Object? arguments, R? result})
→ FutureOr<String?>
-
-
toString()
→ String
-
A string representation of this object.
inherited