BaseRouteConfig class abstract

Constructors

BaseRouteConfig()

Properties

debugLogDiagnostics bool
no setter
extraCodec Codec<Object?, Object?>?
no setter
hashCode int
The hash code for this object.
no setterinherited
initialExtra FutureOr<Map<String, dynamic>?>
no setter
initialLocation FutureOr<String?>
no setter
no setter
observers List<NavigatorObserver>?
no setter
refreshListenable Listenable?
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
registerRoute(RouteRegister register) → void
routeException(BuildContext context, String? path, Map<String, dynamic>? arguments) → void
routeRedirect(BuildContext context, String? path, Map<String, dynamic>? arguments) FutureOr<String?>
toString() String
A string representation of this object.
inherited

Operators

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