abstract class AppRoutes { static const HOME = '/'; static const LOGIN = '/login'; static const MAILBOX = '/mailbox'; }