mustMatchStackedRoute property

bool mustMatchStackedRoute

A boolean to indicate whether this can be a valid VRouteElement of the VRoute if no VRouteElement in its stackedRoute is matched

This is mainly useful for VRouteElements which are NOT VRouteElementWithPage

Implementation

bool get mustMatchStackedRoute => false;