pages property
List<StandardPageWithResultFactory<StandardPageWithResult<Object?, Object?> , Object?, Object?> >
get
pages
override
A list of pages using the StandardPageFactory class implemented with StandardMaterialApp. It is passed to the pageFactories of StandardRouterDelegate.
Implementation
@override
List<
StandardPageWithResultFactory<StandardPageWithResult<Object?, Object?>,
Object?, Object?>> get pages => _pages;