routes property

Iterable<AutoRoute> get routes

Returns the values of _routesMap as iterable

Implementation

Iterable<AutoRoute> get routes => _routesMap.values;