mustHaveSubRoutes property

  1. @override
bool mustHaveSubRoutes

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

@override
bool get mustHaveSubRoutes => false;