BaseRoute class

Constructors

BaseRoute(String _name, {Object? args})

Properties

args Object?
final
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
popAndPush<T extends Object?, TO extends Object?>(BuildContext context, {bool rootNavigator = false, TO? result}) Future<T?>
push<T extends Object?>(BuildContext context, {bool rootNavigator = false}) Future<T?>
pushAndRemoveUntil<T extends Object?>(BuildContext context, bool predicate(Route), {bool rootNavigator = false}) Future<T?>
pushReplacement<T extends Object?, TO extends Object?>(BuildContext context, {bool rootNavigator = false, TO? result}) Future<T?>
restorablePopAndPush(BuildContext context, {bool rootNavigator = false}) String
restorablePush(BuildContext context, {bool rootNavigator = false}) String
restorablePushAndRemoveUntil<T extends Object?>(BuildContext context, bool predicate(Route), {bool rootNavigator = false}) String
restorablePushReplacement(BuildContext context, {bool rootNavigator = false}) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited