part of 'app_pages.dart'; sealed class LiveStockRoutes { LiveStockRoutes._(); static const init = '/liveStockRoutesInit'; }