routes top-level constant

List<String> const routes

Implementation

const routes = [
  "part of 'navigation.service.dart';",
  "",
  "final _routes = [",
  "  //----------------------- Temp pages (must be deleted before release) -----------------------------------",
  "  GoRoute(",
  "    name: R.{page}.name,",
  "    path: '/',",
  "    builder: (context, state) => {Page}Page(key: state.pageKey),",
  "  ),",
  "];",
];