Created
November 18, 2019 16:01
-
-
Save dafinoer/e4b2f8cfee6fdf00c3e96fc6ffc9e96a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class RouteName { | |
| static const String login = '/login'; | |
| static const String register = '/register'; | |
| static const String home = '/home'; | |
| static const String detailFood = '/detail/food'; | |
| static const String order = '/order'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment