routeNames property
Template for the lib/router/routes.dart file.
Implementation
static String routeNames = '''
class Routes {
static const home = '/';
// Add more routes here
}
''';
Template for the lib/router/routes.dart file.
static String routeNames = '''
class Routes {
static const home = '/';
// Add more routes here
}
''';