routes top-level constant
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),",
" ),",
"];",
];