class RouteName { static const String home = '/'; static const String welcomePage = '/welcome'; static const String loginPage = '/login'; static const String dashboardPage = '/dashboard'; }