abstract final class Routes { // ==[ HOME ]== static const home = '/'; // ==[ ADD ]== static const add = '/add'; static const addOwner = '/add/owner'; static const addPrice = '/add/price'; static const addForm = '/add/form'; // ==[ SELL ]== static const sell = '/sell'; // ==[ AUTH ]== static const login = '/login'; }