class RouteNames { RouteNames._(); static const splash = '/'; static const home = '/home'; static const login = '/login'; static const search = '/search'; static const genres = '/genres'; static const novelDetail = '/novel'; static const reader = '/reader'; static const bookshelf = '/bookshelf'; static const comments = '/comments'; static const profile = '/profile'; static const settings = '/settings'; }