matches property
List<RouteMatch>
get
matches
The pre-matched routes from the row path
Implementation
List<RouteMatch> get matches => configuration.segments;
The pre-matched routes from the row path
List<RouteMatch> get matches => configuration.segments;