payment_page_router.gr.dart 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. // **************************************************************************
  3. // AutoRouterGenerator
  4. // **************************************************************************
  5. // ignore_for_file: type=lint
  6. // coverage:ignore-file
  7. part of 'payment_page_router.dart';
  8. abstract class _$PaymentPageRouter extends RootStackRouter {
  9. // ignore: unused_element
  10. _$PaymentPageRouter({super.navigatorKey});
  11. @override
  12. final Map<String, PageFactory> pagesMap = {
  13. AddCardPageRoute.name: (routeData) {
  14. return AutoRoutePage<dynamic>(
  15. routeData: routeData,
  16. child: const AddCardPage(),
  17. );
  18. },
  19. ChooseCardPageRoute.name: (routeData) {
  20. return AutoRoutePage<dynamic>(
  21. routeData: routeData,
  22. child: const ChooseCardPage(),
  23. );
  24. },
  25. HistoryListPageRoute.name: (routeData) {
  26. return AutoRoutePage<dynamic>(
  27. routeData: routeData,
  28. child: HistoryListScreen(),
  29. );
  30. },
  31. InfoPageRoute.name: (routeData) {
  32. return AutoRoutePage<dynamic>(
  33. routeData: routeData,
  34. child: InfoScreen(),
  35. );
  36. },
  37. ManagePageRoute.name: (routeData) {
  38. return AutoRoutePage<dynamic>(
  39. routeData: routeData,
  40. child: ManageScreen(),
  41. );
  42. },
  43. PaymentConfirmPageRoute.name: (routeData) {
  44. return AutoRoutePage<dynamic>(
  45. routeData: routeData,
  46. child: const PaymentConfirmPage(),
  47. );
  48. },
  49. PaymentInfoPageRoute.name: (routeData) {
  50. return AutoRoutePage<dynamic>(
  51. routeData: routeData,
  52. child: const PaymentInfoPage(),
  53. );
  54. },
  55. PaymentListPageRoute.name: (routeData) {
  56. return AutoRoutePage<dynamic>(
  57. routeData: routeData,
  58. child: PaymentListScreen(),
  59. );
  60. },
  61. PaymentPageRoute.name: (routeData) {
  62. return AutoRoutePage<dynamic>(
  63. routeData: routeData,
  64. child: const PaymentPage(),
  65. );
  66. },
  67. PaymentSuccessPageRoute.name: (routeData) {
  68. return AutoRoutePage<dynamic>(
  69. routeData: routeData,
  70. child: const PaymentSuccessPage(),
  71. );
  72. },
  73. };
  74. }
  75. /// generated route for
  76. /// [AddCardPage]
  77. class AddCardPageRoute extends PageRouteInfo<void> {
  78. const AddCardPageRoute({List<PageRouteInfo>? children})
  79. : super(
  80. AddCardPageRoute.name,
  81. initialChildren: children,
  82. );
  83. static const String name = 'AddCardPageRoute';
  84. static const PageInfo<void> page = PageInfo<void>(name);
  85. }
  86. /// generated route for
  87. /// [ChooseCardPage]
  88. class ChooseCardPageRoute extends PageRouteInfo<void> {
  89. const ChooseCardPageRoute({List<PageRouteInfo>? children})
  90. : super(
  91. ChooseCardPageRoute.name,
  92. initialChildren: children,
  93. );
  94. static const String name = 'ChooseCardPageRoute';
  95. static const PageInfo<void> page = PageInfo<void>(name);
  96. }
  97. /// generated route for
  98. /// [HistoryListScreen]
  99. class HistoryListPageRoute extends PageRouteInfo<void> {
  100. const HistoryListPageRoute({List<PageRouteInfo>? children})
  101. : super(
  102. HistoryListPageRoute.name,
  103. initialChildren: children,
  104. );
  105. static const String name = 'HistoryListPageRoute';
  106. static const PageInfo<void> page = PageInfo<void>(name);
  107. }
  108. /// generated route for
  109. /// [InfoScreen]
  110. class InfoPageRoute extends PageRouteInfo<void> {
  111. const InfoPageRoute({List<PageRouteInfo>? children})
  112. : super(
  113. InfoPageRoute.name,
  114. initialChildren: children,
  115. );
  116. static const String name = 'InfoPageRoute';
  117. static const PageInfo<void> page = PageInfo<void>(name);
  118. }
  119. /// generated route for
  120. /// [ManageScreen]
  121. class ManagePageRoute extends PageRouteInfo<void> {
  122. const ManagePageRoute({List<PageRouteInfo>? children})
  123. : super(
  124. ManagePageRoute.name,
  125. initialChildren: children,
  126. );
  127. static const String name = 'ManagePageRoute';
  128. static const PageInfo<void> page = PageInfo<void>(name);
  129. }
  130. /// generated route for
  131. /// [PaymentConfirmPage]
  132. class PaymentConfirmPageRoute extends PageRouteInfo<void> {
  133. const PaymentConfirmPageRoute({List<PageRouteInfo>? children})
  134. : super(
  135. PaymentConfirmPageRoute.name,
  136. initialChildren: children,
  137. );
  138. static const String name = 'PaymentConfirmPageRoute';
  139. static const PageInfo<void> page = PageInfo<void>(name);
  140. }
  141. /// generated route for
  142. /// [PaymentInfoPage]
  143. class PaymentInfoPageRoute extends PageRouteInfo<void> {
  144. const PaymentInfoPageRoute({List<PageRouteInfo>? children})
  145. : super(
  146. PaymentInfoPageRoute.name,
  147. initialChildren: children,
  148. );
  149. static const String name = 'PaymentInfoPageRoute';
  150. static const PageInfo<void> page = PageInfo<void>(name);
  151. }
  152. /// generated route for
  153. /// [PaymentListScreen]
  154. class PaymentListPageRoute extends PageRouteInfo<void> {
  155. const PaymentListPageRoute({List<PageRouteInfo>? children})
  156. : super(
  157. PaymentListPageRoute.name,
  158. initialChildren: children,
  159. );
  160. static const String name = 'PaymentListPageRoute';
  161. static const PageInfo<void> page = PageInfo<void>(name);
  162. }
  163. /// generated route for
  164. /// [PaymentPage]
  165. class PaymentPageRoute extends PageRouteInfo<void> {
  166. const PaymentPageRoute({List<PageRouteInfo>? children})
  167. : super(
  168. PaymentPageRoute.name,
  169. initialChildren: children,
  170. );
  171. static const String name = 'PaymentPageRoute';
  172. static const PageInfo<void> page = PageInfo<void>(name);
  173. }
  174. /// generated route for
  175. /// [PaymentSuccessPage]
  176. class PaymentSuccessPageRoute extends PageRouteInfo<void> {
  177. const PaymentSuccessPageRoute({List<PageRouteInfo>? children})
  178. : super(
  179. PaymentSuccessPageRoute.name,
  180. initialChildren: children,
  181. );
  182. static const String name = 'PaymentSuccessPageRoute';
  183. static const PageInfo<void> page = PageInfo<void>(name);
  184. }