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_SCREEN = _Paths.SPLASH_SCREEN; static const INTRO_SCREEN = _Paths.INTRO_SCREEN; static const LOGIN_SCREEN = _Paths.LOGIN_SCREEN; static const DASHBOARD_SCREEN = _Paths.DASHBOARD_SCREEN; static const SIGN_UP_SCREEN_STEP1 = _Paths.SIGN_UP_SCREEN_STEP1; static const SIGN_UP_SCREEN_STEP2 = _Paths.SIGN_UP_SCREEN_STEP2; static const SIGN_UP_SCREEN_STEP3 = _Paths.SIGN_UP_SCREEN_STEP3; static const SIGN_UP_SCREEN_OTP = _Paths.SIGN_UP_SCREEN_OTP; static const O_T_P_SCREEN = _Paths.O_T_P_SCREEN; static const MY_ACCOUNT = _Paths.MY_ACCOUNT; static const BILL_MANAGEMENT = _Paths.BILL_MANAGEMENT; static const CHEQUE_MANAGEMENT = _Paths.CHEQUE_MANAGEMENT; static const U_SEND = _Paths.U_SEND; static const INTERNAL_ACCOUNT_TRANS = _Paths.INTERNAL_ACCOUNT_TRANS; static const U_RECEIVED = _Paths.U_RECEIVED; static const BENEFICIARY_MANAGEMENT = _Paths.BENEFICIARY_MANAGEMENT; static const NEW_BENEFICIARY = _Paths.NEW_BENEFICIARY; static const NEW_BENEFICIARY_OPT = _Paths.NEW_BENEFICIARY_OPT; static const BENEFICIARY_TRANSFER_MONEY = _Paths.BENEFICIARY_TRANSFER_MONEY; static const BENEFICIARY_TRANSFER_MONEY_OTP = _Paths.BENEFICIARY_TRANSFER_MONEY_OTP; static const AGENT_LOCATION = _Paths.AGENT_LOCATION; static const ACCOUNT_STATEMENT = _Paths.ACCOUNT_STATEMENT; static const USER_PROFILE = _Paths.USER_PROFILE; static const PRIVACY_POLICY = _Paths.PRIVACY_POLICY; static const USER_ACTIVITY = _Paths.USER_ACTIVITY; static const TRANSACTION_HISTORY = _Paths.TRANSACTION_HISTORY; static const ABOUT_US = _Paths.ABOUT_US; static const CAREER = _Paths.CAREER; static const CONTACTS_SCREEN = _Paths.CONTACTS_SCREEN; static const RECIPIENT_DETAILS = _Paths.RECIPIENT_DETAILS; static const U_SEND_OTP = _Paths.U_SEND_OTP; static const SAMPLE_FIELDS = _Paths.SAMPLE_FIELDS; static const changePassword = _Paths.changePassword; static const faqsViews = _Paths.faqsView; static const BILL_MANAGEMENT_CATEGORY = _Paths.BILL_MANAGEMENT_CATEGORY; static const UTILITY_BILLS_PAYMENT = _Paths.UTILITY_BILLS_PAYMENT; static const UTILITY_BILLS_SELECTED_CATEGORY = _Paths.UTILITY_BILLS_SELECTED_CATEGORY; static const UTILITY_BILLS_SELECTED_CATEGORY_DETAILS = _Paths.UTILITY_BILLS_SELECTED_CATEGORY_DETAILS; static const CHEQUE_ACTIVATION = _Paths.CHEQUE_ACTIVATION; static const CHEQUE_BOOK_REQUEST_DETAILS = _Paths.CHEQUE_BOOK_REQUEST_DETAILS; static const CHEQUE_DEPOSIT = _Paths.CHEQUE_DEPOSIT; static const CHEQUE_REQUEST = _Paths.CHEQUE_REQUEST; static const CHEQUE_STATUS = _Paths.CHEQUE_STATUS; static const CHEQUE_STATUS_HISTORY = _Paths.CHEQUE_STATUS_HISTORY; static const APP_SETTING = _Paths.APP_SETTING; static const DAIL_TRANSACTION_LIMIT = _Paths.DAIL_TRANSACTION_LIMIT; static const CHANGE_TRANSACTION_PIN = _Paths.CHANGE_TRANSACTION_PIN; static const CHANGE_TRANSACTION_PIN_OTP = _Paths.CHANGE_TRANSACTION_PIN_OTP; static const QR_SETTING = _Paths.QR_SETTING; static const NOTIFICATIONS = _Paths.NOTIFICATIONS; static const CREATE_TRANSACTION_PIN = _Paths.CREATE_TRANSACTION_PIN; static const TRANSACTION_PIN_OTP = _Paths.TRANSACTION_PIN_OTP; static const CREATE_TRANSACTION_PIN_OTP = _Paths.CREATE_TRANSACTION_PIN_OTP; static const qrViewScreen = _Paths.qrViewScreen; static const qrScanView = _Paths.qrScanView; static const PAYMENT_METHOD = _Paths.PAYMENT_METHOD; static const GENERAL_LEDGER = _Paths.GENERAL_LEDGER; static const OTP_ADD_MONEY = _Paths.OTP_ADD_MONEY; static const currencyListScreen = _Paths.currencyListScreen; static const ADD_MONEY = _Paths.ADD_MONEY; static const ADD_MONEY_OTP = _Paths.ADD_MONEY_OTP; static const FAQS_FIRST_SCREEN = _Paths.FAQS_FIRST_SCREEN; static const FAQS_SECOND_SCREEN = _Paths.FAQS_SECOND_SCREEN; static const FAQS_THIRD_SCREEN = _Paths.FAQS_THIRD_SCREEN; static const ADD_NEW_ACCOUNT = _Paths.ADD_NEW_ACCOUNT; static const INTERNAL_TRANSACTION_OPT = _Paths.INTERNAL_TRANSACTION_OPT; } abstract class _Paths { _Paths._(); static const SPLASH_SCREEN = '/splash-screen'; static const INTRO_SCREEN = '/intro-screen'; static const LOGIN_SCREEN = '/login-screen'; static const DASHBOARD_SCREEN = '/dashboard-screen'; static const SIGN_UP_SCREEN_STEP1 = '/sign-up-screen-step1'; static const SIGN_UP_SCREEN_STEP2 = '/sign-up-screen-step2'; static const SIGN_UP_SCREEN_STEP3 = '/sign-up-screen-step3'; static const SIGN_UP_SCREEN_OTP = '/sign-up-screen-otp'; static const O_T_P_SCREEN = '/o-t-p-screen'; static const MY_ACCOUNT = '/my-account'; static const BILL_MANAGEMENT = '/bill-management'; static const CHEQUE_MANAGEMENT = '/cheque-management'; static const U_SEND = '/u-send'; static const INTERNAL_ACCOUNT_TRANS = '/internal-account-trans'; static const U_RECEIVED = '/u-received'; static const BENEFICIARY_MANAGEMENT = '/beneficiary-management'; static const NEW_BENEFICIARY = '/new-beneficiary'; static const NEW_BENEFICIARY_OPT = '/new-beneficiary-otp'; static const BENEFICIARY_TRANSFER_MONEY = '/beneficiary-transfer-money'; static const BENEFICIARY_TRANSFER_MONEY_OTP = '/beneficiary-transfer-money-otp'; static const AGENT_LOCATION = '/agent-location'; static const ACCOUNT_STATEMENT = '/account-statement'; static const USER_PROFILE = '/user-profile'; static const PRIVACY_POLICY = '/privacy-policy'; static const USER_ACTIVITY = '/user-activity'; static const TRANSACTION_HISTORY = '/transaction-history'; static const ABOUT_US = '/about-us'; static const CAREER = '/career'; static const CONTACTS_SCREEN = '/contacts-screen'; static const RECIPIENT_DETAILS = '/recipient-details'; static const U_SEND_OTP = '/u-send-otp'; static const SAMPLE_FIELDS = '/sample-fields'; static const changePassword = '/change-password'; static const qrViewScreen = '/qrViewScreen'; static const qrScanView = '/qrScanView'; static const faqsView = '/faqs-view'; static const BILL_MANAGEMENT_CATEGORY = '/bill-management-category'; static const UTILITY_BILLS_PAYMENT = '/utility-bills-payment'; static const UTILITY_BILLS_SELECTED_CATEGORY = '/utility-bills-selected-category'; static const UTILITY_BILLS_SELECTED_CATEGORY_DETAILS = '/utility-bills-selected-category-details'; static const CHEQUE_ACTIVATION = '/cheque-activation'; static const CHEQUE_BOOK_REQUEST_DETAILS = '/cheque-book-request-details'; static const CHEQUE_DEPOSIT = '/cheque-deposit'; static const CHEQUE_REQUEST = '/cheque-request'; static const CHEQUE_STATUS = '/cheque-status'; static const CHEQUE_STATUS_HISTORY = '/cheque-status-history'; static const APP_SETTING = '/app-setting'; static const DAIL_TRANSACTION_LIMIT = '/dail-transaction-limit'; static const CHANGE_TRANSACTION_PIN = '/change-transaction-pin'; static const CHANGE_TRANSACTION_PIN_OTP = '/change-transaction-pin-otp'; static const INTERNAL_TRANSACTION_OPT = '/internal-transaction-otp'; static const QR_SETTING = '/qr-setting'; static const NOTIFICATIONS = '/notifications'; static const CREATE_TRANSACTION_PIN = '/create-transaction-pin'; static const TRANSACTION_PIN_OTP = '/transaction-pin-otp'; static const CREATE_TRANSACTION_PIN_OTP = '/create-transaction-pin-otp'; static const PAYMENT_METHOD = '/payment-method'; static const GENERAL_LEDGER = '/general-ledger'; static const OTP_ADD_MONEY = '/otp-add-money'; static const ADD_MONEY = '/add-money'; static const ADD_MONEY_OTP = '/add-money_otp'; static const currencyListScreen = '/CurrencyListScreen'; static const FAQS_FIRST_SCREEN = '/faqs-first-screen'; static const FAQS_SECOND_SCREEN = '/faqs-second-screen'; static const FAQS_THIRD_SCREEN = '/faqs-third-screen'; static const ADD_NEW_ACCOUNT = '/add-new-account'; }