part of 'app_pages.dart'; sealed class LiveStockRoutes { LiveStockRoutes._(); static const init = '/liveStock'; static const requests = '/requests'; static const profile = '/profile'; static const requestTagging = '$init/tagging'; }