routes property Null safety

List<RouteConfig> routes
override

Implementation

@override
List<_i6.RouteConfig> get routes => [
      _i6.RouteConfig(HomeScreenRoute.name, path: '/'),
      _i6.RouteConfig(PaperScreenRoute.name, path: '/paper'),
      _i6.RouteConfig(PDFScreenRoute.name, path: '/pdf'),
      _i6.RouteConfig(SubjectScreenRoute.name, path: '/subjects'),
      _i6.RouteConfig(MarketScreenRoute.name, path: '/shop'),
      _i6.RouteConfig('*#redirect',
          path: '*', redirectTo: '/', fullMatch: true)
    ];