// GENERATED CODE - DO NOT MODIFY BY HAND // ************************************************************************** // AutoRouterGenerator // ************************************************************************** // ignore_for_file: type=lint // coverage:ignore-file part of 'profile_page_router.dart'; abstract class _$ProfilePageRouter extends RootStackRouter { // ignore: unused_element _$ProfilePageRouter({super.navigatorKey}); @override final Map pagesMap = { ProfileEditPageRoute.name: (routeData) { return AutoRoutePage( routeData: routeData, child: const ProfileEditPage(), ); } }; } /// generated route for /// [ProfileEditPage] class ProfileEditPageRoute extends PageRouteInfo { const ProfileEditPageRoute({List? children}) : super( ProfileEditPageRoute.name, initialChildren: children, ); static const String name = 'ProfileEditPageRoute'; static const PageInfo page = PageInfo(name); }