// ignore_for_file: constant_identifier_names part of 'app_pages.dart'; // DO NOT EDIT. This is code generated via package:get_cli/get_cli.dart abstract class Routes { Routes._(); static const SPLASH = _Paths.SPLASH; static const HOME = _Paths.HOME; static const LOGIN = _Paths.LOGIN; static const SELECT_I_S_P = _Paths.SELECT_I_S_P; static const AUTOLOGIN = _Paths.AUTOLOGIN; static const DRAWER_SIDE = _Paths.DRAWER_SIDE; static const DATA_USAGE = _Paths.DATA_USAGE; static const AVAILABLE_PACKAGES = _Paths.AVAILABLE_PACKAGES; static const ABOUT = _Paths.ABOUT; static const NOTIFICATIONS_SCREEN = _Paths.NOTIFICATIONS_SCREEN; static const LIVE_DATA = _Paths.LIVE_DATA; static const SUPPORT = _Paths.SUPPORT; static const NEW_TICKET = _Paths.NEW_TICKET; static const SINGLE_TICKET = _Paths.SINGLE_TICKET; static const FILL_CARD = _Paths.FILL_CARD; static const WIFI_TEST = _Paths.WIFI_TEST; static const CONTACT_US = _Paths.CONTACT_US; } abstract class _Paths { _Paths._(); static const SPLASH = '/splash'; static const HOME = '/home'; static const LOGIN = '/login'; static const SELECT_I_S_P = '/select-i-s-p'; static const AUTOLOGIN = '/autologin'; static const DRAWER_SIDE = '/drawer-side'; static const DATA_USAGE = '/data-usage'; static const AVAILABLE_PACKAGES = '/available-packages'; static const ABOUT = '/about'; static const NOTIFICATIONS_SCREEN = '/notifications-screen'; static const LIVE_DATA = '/live-data'; static const SUPPORT = '/support'; static const NEW_TICKET = '/new-ticket'; static const SINGLE_TICKET = '/single-ticket'; static const FILL_CARD = '/fill-card'; static const WIFI_TEST = '/wifi-test'; static const CONTACT_US = '/contact-us'; }