abstract class RoutePath { static const splash = '/'; static const login = '/login'; static const mainTab = '/mainTab'; }