// lib/router/route_paths.dart class RouteNames { static const home = 'home'; static const test = 'test'; } class RoutePaths { static const home = '/home'; static const test = '/test'; }