routeCollection property
The list of routes consumed by this controller
Implementation
@override
late final RouteCollection routeCollection =
RouteCollection.fromList(routes, root: true);
The list of routes consumed by this controller
@override
late final RouteCollection routeCollection =
RouteCollection.fromList(routes, root: true);