Properties
-
children
→ List<ModularRoute>
-
Add children to this route that can be retrieved through the parent route
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
innerModules
→ Map<Type, Module>
-
Contains a list of all BindContexts that will need
to be active when this route is active.
final
-
key
↔ ModularKey
-
Key that references the route in the RouteContext tree.
latefinal
-
middlewares
→ List<Middleware>
-
Adds middleware that will be shared among your children.
final
-
module
↔ Module?
-
Module belonging to the route.
getter/setter pair
-
name
→ String
-
name of route
final
-
parent
→ String
-
guard your parent's path
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
schema
→ String
-
schema of route
default is ''
final
-
uri
↔ Uri
-
latefinal