G2xRoute class

Constructors

G2xRoute({required List<G2xNestedRoute> routes, required String initialRoute, G2xNestedRouteNotFound? notFound, RouteTransitionsBuilder? transitionsBuilder})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialRoute String
final
notFound G2xNestedRouteNotFound?
final
routes List<G2xNestedRoute>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionsBuilder RouteTransitionsBuilder?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGenerateInitialRoutes(String initialRouteName) List<Route>
onGenerateRoute(RouteSettings settings) Route
toString() String
A string representation of this object.
inherited

Operators

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