Routes class
The class contains all the routes used in the app.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- aboutPage → const String
- addressPage → const String
- cashBackPage → const String
- conditionsAndTermsPage → const String
- editProfilePage → const String
- helpAndSupportPage → const String
- languagePage → const String
- loginOrRegisterPage → const String
- The main page route.
- loginPage → const String
- mainPage → const String
- The route to the onboarding page.
- noRoutes → const String
- The route to the no routes page.
- notificationsPage → const String
- ordersPage → const String
- paymentPage → const String
- phoneOtpPage → const String
- productPage → const String
- qrCodePage → const String
- registerPage → const String
- returnsPage → const String
- securityAndPrivacyPage → const String
- secyrityAndPrivacyPage → const String
- settingsPage → const String
- The route to the settings page.
- themePage → const String
- webDashboardLogin → const String
- WebDashBoradHome → const String
- wishlistPage → const String