routes property

List<RouteBase> routes

The routes for each of the matches.

Implementation

List<RouteBase> get routes => matches.map((RouteMatch e) => e.route).toList();