mustHaveSubRoutes property

bool mustHaveSubRoutes
inherited

Describes whether this VRouteElement can be a node of a VRoute

If true:

  • this can create a VRoute even if no _subroutes matches
  • this will pop if a route in _subroutes pops

Implementation

bool get mustHaveSubRoutes => true;