routeNames property

String routeNames
getter/setter pair

Template for the lib/router/routes.dart file.

Implementation

static String routeNames = '''
    class Routes {
      static const home = '/';
      // Add more routes here
    }
  ''';