class Routes { static const String index = "/"; static const String home = "/home"; static onGenerateRoute(){ } }