customRoutes property

Map<String, PageRoute> customRoutes

Returns the custom routes, sorted by the display name.

Implementation

Map<String, PageRoute> get customRoutes => Map.unmodifiable(_customRoutes);