routes property

Map<String, BaseModule?>? routes

The list of top level routes in the app

Implementation

Map<String, BaseModule?>? get routes => _routes;